Microsoft SDK for Java

IResourceManager.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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.