admin管理员组文章数量:1025235
Office VBA allows you to query the language used by a particular Office application. For example, executing:
? Application.LanguageSettings.LanguageID(msoLanguageIDUI)
in the immediate window will yield 1031
(German) on my system, since this is what I chose as my Office UI language.
The LanguageSettings.LanguageID
property supports the following MsoAppLanguageID enum values as a parameter:
Name | Value | Description |
---|---|---|
msoLanguageIDExeMode | 4 | Execution mode language. |
msoLanguageIDHelp | 3 | Help language. |
msoLanguageIDInstall | 1 | Install language. |
msoLanguageIDUI | 2 | User interface language. |
msoLanguageIDUIPrevious | 5 | User interface language used prior to the current user interface language. |
Office VBA allows you to query the language used by a particular Office application. For example, executing:
? Application.LanguageSettings.LanguageID(msoLanguageIDUI)
in the immediate window will yield 1031
(German) on my system, since this is what I chose as my Office UI language.
The LanguageSettings.LanguageID
property supports the following MsoAppLanguageID enum values as a parameter:
Name | Value | Description |
---|---|---|
msoLanguageIDExeMode | 4 | Execution mode language. |
msoLanguageIDHelp | 3 | Help language. |
msoLanguageIDInstall | 1 | Install language. |
msoLanguageIDUI | 2 | User interface language. |
msoLanguageIDUIPrevious | 5 | User interface language used prior to the current user interface language. |
本文标签: excelWhat is the quotexecution mode languagequot in OfficeStack Overflow
版权声明:本文标题:excel - What is the "execution mode language" in Office? - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745620703a2159554.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论