Description
Returns the currently selected locale (LCID).
-
Property type
-
A Long value.
-
Syntax
-
object.Locale
The Locale Property syntax has these parts: |
| object | An expression evaluating to an object of type McApplication. | Remarks
The Locale is the number identifying the current language for the application. It can be set in the Control Panel's Regional Options, or with the application's /loc command line switch. Common Locale id's are 1033 for English, 1031 for German, 1036 for French 1034 for Spanish, 1041 for Japanese and 2052 for Chinese.
|