Hey all –
I stumbled onto this macro on some random reddit comment and I thought I’d share:
/script local b,l,c,g=DEFAULT_CHAT_FRAME.editBox,"languageID",GetNumLanguages,GetLanguageByIndex for i = 1,c() do local n,id = g(i) if id == b[l] then if i == c() then i = 0 end local nn,ni = g(i + 1) b[l] = ni print("Speaking "..nn) break end end
For those of us that use fancypants mods and don’t have the Language menu, this toggles between your faction’s common tongue and your racial tongue, which means as Void Elf and/or Blood Elf, you can quickly toggle to Thalassian to chat cross-faction!
If any of you Blood Elves see me in game, say hello!
Edit: This also lets DHs talk to one another (Demonic).