WildStar:CVAR locale languageId: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Bear moved page //CVAR locale languageId to CVAR locale languageId without leaving a redirect)
(No difference)

Revision as of 04:47, 9 August 2023

Template:CVAR locale languageId/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
locale.languageId = 1
Apollo.GetConsoleVariable("locale.languageId")

UI

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

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