Screen.GetLocalizedString

string Screen.GetLocalizedString ( 

string StringID )

Example 1

sLocalString = Screen.GetLocalizedString("My_String_ID");

Gets the localized text for the string with ID "My_String_ID" and stores it in the variable "sLocalString."

Example 2

Localized = Screen.GetLocalizedString(sMsgID);

Gets the localized text for the string with ID referenced in the variable "sMsgID" and stores it in the variable "Localized".

See also:  Related Actions