Setup Factory 10

Screen.GetLocalizedString

Screen.GetLocalizedString

This is the first topic This is the last topic  

Screen.GetLocalizedString

This is the first topic This is the last topic  

OverviewExamples

string Screen.GetLocalizedString (

string StringID )

Example 1

sLocalString = Screen.GetLocalizedString("My_String_ID");

Gets the localized text for the string with ID "My_String_ID" and stores it in the variable "sLocalString."

Example 2

Localized = Screen.GetLocalizedString(sMsgID);

Gets the localized text for the string with ID referenced in the variable "sMsgID" and stores it in the variable "Localized".

See also: Related Actions


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us