ResourceManager.setResourceSet

Overview | Methods | Fields | This Package | All Packages

ResourceManager.setResourceSet

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