WildStar:CVAR locale languageId: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{../cvar}} Is the user 'selected language' id which maps to a specific language. Used by patch updater and game client. : 1 (default) - English : 2 - German : 3 - French ...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{\|cvar}} | ||
Is the user 'selected language' id which maps to a specific language. Used by patch updater and game client. | Is the user 'selected language' id which maps to a specific language. Used by patch updater and game client. | ||
Line 19: | Line 19: | ||
== Notes == | == Notes == | ||
* As of {{ | * As of {{\|patch|6670}} only 3 languages are supported, English, German and French, and appear to be the same for the [[NA]] and the [[EU]] clients. |
Latest revision as of 04:47, 9 August 2023
← CVars <
Is the user 'selected language' id which maps to a specific language. Used by patch updater and game client.
- 1 (default) - English
- 2 - German
- 3 - French
locale.languageId = 1 Apollo.GetConsoleVariable("locale.languageId")
UI[edit]
Found on the Patch updater window as the 'Language' option in Options. The exact wording differs depending on which language is currently selected.
- 1 - English
- 2 - German
- 3 - French
Summary[edit]
This setting controls which language will be used as the display language for both the loader and the regular game client. The affects all parts of the client UI and game world language and speech, including UI descriptions and labels, world voice sounds, NPC and quest text, etc.
Notes[edit]
- As of File:IconPatch.png 6670: only 3 languages are supported, English, German and French, and appear to be the same for the NA and the EU clients.