Screen.SetLocalizedString

Screen.SetLocalizedString ( 

string StringID,

string Text )

Example 1

Screen.SetLocalizedString("My_String", "Hello, thank-you for installing this!");

Sets the string with id "My_String" to "Hello, thank-you for installing this!" for the current screen.

Example 2

Screen.SetLocalizedString(sStringID, sString);

Sets the string with the id referenced in "sStringID" to the string referenced in "sString" for the current screen.

See also:  Related Actions