Locale
This function can set or return the number or string associated with the current locale of the connecting device. This command accepts a number Windows Language Code Identifier (LCID) and sets the locale within the client session. Examples would be 1033 for United States and 1041 for Japan. A web search for ‘locale codes’ should provide a list of LCIDs.
Group: Application-Based Extension
Syntax: nValue = App.Locale
Alternate: App.Locale = nValue
nValue (Long) is the number associated with the current locale
nValue (String) is the text ID associated with the current locale
Example
Dim nLocale As Long
nLocale = App.Locale App.Locale = 1033
nLocale = App.Locale
App.Locale = "en-US"
Version Supported: RFgen 4.0, 4.1, 5.0 and newer.