TrueUpdate.SetLocalizedString

TrueUpdate.SetLocalizedString ( 

string StringID,

string Text )

Example 1

TrueUpdate.SetLocalizedString("MSG_SUCCESS", "Whatever just happened worked!");

Sets the "Success" string of the current language to "Whatever just happened worked!".

See also:  Related Actions