Files
wow-weakauras/Meta/api/GetDefaultLanguage.lua
2024-11-07 23:12:37 +01:00

5 lines
345 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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