WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   language macro (https://www.wowinterface.com/forums/showthread.php?t=35079)

Tbs098 09-21-10 03:53 AM

language macro
 
Is there a script I can use to change the in-game language? I have a UI that hides the chat buttons, but it's all done through lua and I can't figure out how to undo it.

So I figure the next best thing is to see if I can use a script. For example, the horde's default language is Orcish, but each race has their own language they can use. I'd like to change the language of the stuff I type from Orcish to Thalassian since I play a Blood Elf. Is this possible through a script?

nightcracker 09-21-10 07:08 AM

Code:

/run local e=ChatFrame1EditBox;e.language=(e.language=="Orcish" and "Thalassian" or "Orcish")
Toggles between Orcish and Thalassian.


All times are GMT -6. The time now is 01:05 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI