can I run SETLANG.exe in command mode to manage language settings

T

Todd Mathison [MSFT]

You can run setlang.exe from the command line to launch the Office Language
Settings tool, which can be used to manage language settings.

There are no command line arguments for setlang.exe. If you want to modify
a user's language settings programmatically, then the best approach is to
change the registry values in
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\LanguageResources.

Most of the values in the LanguageResources key use LCIDs. English(U.S.) =
1033, Japanese = 1041, etc. The language-to-lcid mapping is available on
http://www.microsoft.com/globaldev/reference/lcid-all.mspx .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top