VisualPatch.GetLocalizedString

string VisualPatch.GetLocalizedString ( 

string StringID )

Example 1

sLocalSuccess = VisualPatch.GetLocalizedString("MSG_SUCCESS");

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

See also:  Related Actions