Files
wow_Meta/api/GetDefaultLanguage.lua
2025-05-04 15:15:00 +02:00

7 lines
350 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return string language
---Returns the name of the player character's default language. This is the language used in the chat system (Common or Orcish, as opposed to Taurahe, Darnassian, etc), not the real-world language of the client or server.
function GetDefaultLanguage() end