See
Also
Applies To
|
|
Returns or sets the value of language of this object.
Syntax
object.Language[= value ]
The Language property syntax has these parts:
| Part |
Description |
| Object |
An object expression that evaluates to VLButtonBar. |
| value |
An Enum type of VLLanguage . which specifies the language
supported by VLButtonBar. |
Setting
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)
|
|