TrueUpdate.GetLocalizedString

string TrueUpdate.GetLocalizedString ( 

string StringID )

Example 1

sLocalSuccess = TrueUpdate.GetLocalizedString("MSG_SUCCESS");

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

See also:  Related Actions