Overview
TheClientLanguage enum represents the available language settings for the FFXIV game client. This enum is used throughout Dalamud to identify which language version of the game is currently running.
Namespace: Dalamud.Game
Enum Values
Japanese
Indicating a Japanese game client. Value:0 (default)
English
Indicating an English game client. Value:1
German
Indicating a German game client. Value:2
French
Indicating a French game client. Value:3
Usage Example
Related Types
IClientState- Service that provides access to the current client languageIDataManager- Service that can retrieve localized game data based on client language