Overview | Methods | Fields | This Package | All Packages
Retrieves the names of all properties for a given locale.
Syntax
public String[] getNames()
public String[] getNames( Locale locale )
Parameters
locale
A Locale object that represents the locale to check. If no value is specified for this parameter, the current locale is used.
Return Value
Returns an array containing all names stored for the specified locale.
See Also getProperties