SetupData.GetLocalizedString

string SetupData.GetLocalizedString ( 

string StringID )

Example 1

sLocalSuccess = SetupData.GetLocalizedString("MSG_SUCCESS");

Gets the localized "success" string and stores it in string sLocalSuccess.

See also:  Related Actions