GetLocalString Method
The GetLocalString method returns the localized string of a key. It uses the following syntax:
GetLocalString(pStringKey : string_name : message_key)
where:
pStringKey
is a property set that includes the string key.string_name is a string that identifies the name of the localized string that GetLocalString gets.
For example, the following code uses the GetLocalString method when using Siebel Open UI with a connected client:
SiebelApp.S_App.LocaleObject.GetLocalString("IDS_SWE_LOADING_INDICATOR_TITLE")
For another example, the following code uses the GetLocalString method when using Siebel Open UI with Siebel Mobile Disconnected:
SiebelApp.S_App.OfflineLocaleObject.GetLocalString("IDS_SWE_LOADING_INDICATOR_TITL
E")