Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documenting our use of VSLANG #772

Merged
merged 4 commits into from
Oct 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,21 @@ namespace vcpkg::Commands
}
}
```
## Selecting a Language

Vcpkg chooses a language through the VSLANG environment variable, which should be set to a valid LCID (locale identifier, 4-byte value representing a language). Users can set VSLANG to any of the following LCIDs:

1029: Czech \
1031: German \
1033: English \
3082: Spanish (Spain) \
1036: French \
1040: Italian \
1041: Japanese \
1042: Korean \
1045: Polish \
1046: Portuguese (Brazil) \
1049: Russian \
1055: Turkish \
2052: Chinese (Simplified) \
1028: Chinese (Traditional)