SetupData.SetLocalizedString

SetupData.SetLocalizedString ( 

string StringID,

string Text )

Example 1

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

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

See also:  Related Actions