|
Returns or sets the value of language of this object. The language setting
decides the default help message collection
that will be used by the control to look up the help string for a menu item. It
will also be used to retrieve the default bitmap
for a menu item.
Syntax
object.Language[= value ]
The Language property syntax has these parts:
|
Part |
Description |
| Object |
An object expression that evaluates to VLMenuPlus. |
| value |
An Enum type of VLLanguage . which specifies the language
supported by VLMenuPlus. |
Settings
The settings for value are:
|
Constant |
Setting |
Description |
|
English |
0 |
(Default) Sets Language to English (United States). |
| Korean |
1 |
Sets Language to Korean. |
| Japanese |
2 |
Sets Language to Japanese. |
| Italian |
3 |
Sets Language to Italian. |
| French |
4 |
Sets Language to French. |
| Spanish |
5 |
Sets Language to Spanish. |
| German |
6 |
Sets Language to German. |
| Chinese (Traditional) |
7 |
Sets Language to Chinese (Traditional). |
| Chinese (Simplified) |
8 |
Sets Language to Chinense (Simplfied). |
| Auto |
9 |
Automatically sets the language as per the language identifier of the current
user locale.
For more details about current user locale, refer to the documentation of
GetUserDefaultLangID in MSDN. (Not yet supported)
|
| Russian |
9 |
Sets Language to Russian. |
|