Skip to content

Commit

Permalink
Documenting our use of VSLANG (#772)
Browse files Browse the repository at this point in the history
* documenting our use of VSLANG

* wip

* wip

* done
  • Loading branch information
JavierMatosD authored Oct 27, 2022
1 parent 875c5a3 commit 335ad72
Showing 1 changed file with 18 additions and 0 deletions.
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). If `VSLANG` is not set or is set to an invalid LCID, we default to English. That said, if you wish to change the language, then 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)

0 comments on commit 335ad72

Please sign in to comment.