ResourceManager.getProperties

Overview | Methods | Fields | This Package | All Packages

ResourceManager.getProperties

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