Overview | Methods | Fields | This Package | All Packages
Retrieves the values of all properties for a given locale.
Syntax
public Object[] getProperties()
public Object[] getProperties( 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 Object array containing all values stored for the specified locale.
See Also getNames