TrueUpdate.GetLocalizedString

string TrueUpdate.GetLocalizedString ( 

string StringID )

Description

Gets the localized text (based on current update language) of the global (opposed to per-screen) strings.

Note: These are the strings defined in ...\TrueUpdate 3.0\Languages\English.xml, etc.

Parameters

StringID

(string) The string ID whose localized text you want.

Returns

(string) The localized text of the given String ID. If an error occurs, a blank string ("") will be returned.  You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions