Provides a table of class names in the user's locale. Keys are in enUS, values in the current locale. local locale = GetLocale() -- Localized class names. Index == enUS, value == localized local classnames = locale == "deDE" and { ["Warlock"] = "Hexenmeister", ["Warrior"] = "Krieger", ["Hunter"] = "Jäger", ["Mage"] = "Magier", ["Priest"] = "Priester", ["Druid"] = "Druide", ["Paladin"] = "Paladin", ["Shaman"] = "Schamane", ["Rogue"] = "Schurke", } or locale == "frFR" and { ["Warlock"] = "D\195\169moniste", ["Warrior"] = "Guerrier", ["Hunter"] = "Chasseur", ["Mage"] = "Mage", ["Priest"] = "Pr\195\170tre", ["Druid"] = "Druide", ["Paladin"] = "Paladin", ["Shaman"] = "Chaman", ["Rogue"] = "Voleur", } or { ["Warlock"] = "Warlock", ["Warrior"] = "Warrior", ["Hunter"] = "Hunt
| Identifier (URI) | Rank |
|---|---|
| dbkwik:resource/ooW4zAFjL8uYQ7ESbYUmfA== | 5.88129e-14 |