IResourceManager.setResourceSet

Overview | Methods | This Package | All Packages

IResourceManager.setResourceSet

Sets the resource set that will store the properties for the specified locale.

Syntax

public void setResourceSet( Locale locale, IResourceSet set )

Parameters

locale

A Locale object that represents the locale to use.

set

An IResourceSet object that will store the properties.

See Also   getResourceSet