Back to Home

ESO Lua File v101044

pregame/optionspanels/keyboard/optionspanel_interface_keyboard.lua

[◄ back to folders ]
1
2
3
4
5
6
7
8
9
10
11
12
local panelBuilder = ZO_KeyboardOptionsPanelBuilder:New(SETTING_PANEL_INTERFACE)
----------------------
-- Interface -> HUD --
----------------------
panelBuilder:AddSetting({
    controlName = "Options_Interface_TextLanguageKeyboard",
    settingType = SETTING_TYPE_UI,
    settingId = UI_SETTING_TEXT_LANGUAGE,
    header = SI_INTERFACE_OPTIONS_LANGUAGE,
})