Screen.GetLocalizedString

string Screen.GetLocalizedString ( 

string StringID )

Description

Gets the text of a string ID in the current language on the current screen.

Parameters

StringID

(string) The screen string ID whose localized text you want to get.

Returns

(string) The localized text of the given screen string ID. If this action fails, a blank string ("") is 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