Overview | Methods | Fields | This Package | All Packages
Sets the resource set that will store the properties for the specified locale.
Syntax
public final synchronized void setResourceSet( Locale locale, IResourceSet newSet )
Parameters
locale
A Locale object that represents the locale to use.
newSet
An IResourceSet object that will store the properties.
See Also getResourceSet