Screen.SetLocalizedString

Screen.SetLocalizedString ( 

string StringID,

string Text )

Description

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

Parameters

StringID

(string) The string ID whose text you want to set.

Text

(string) The text you want you want to display for the string ID.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions