Retrieves the names of all properties for a given locale.
public String[] getNames()
public String[] getNames( Locale locale )
locale
A Locale object that represents the locale to check. If no value is specified for this parameter, the current locale is used.
Returns an array containing all names stored for the specified locale.
See Also getProperties