Plumtree Tags API  
 

IEnvironment.GetString Method 

This method gets localized strings for an internationalized string file based on the user's locale.

Available string files:
string GetString(
   int _nID,
   string _strStringFile
);

Parameters

_nID
The ID of the string to retrieve
_strStringFile
The name of the string file to use

Return Value

String The localized string

See Also

IEnvironment Interface | com.plumtree.uiinfrastructure.uitasks Namespace | ResourceConstants