View Single Post
04/09/22, 05:57 AM   #12
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Command starting with script need to be entered into the chat editbox and you need to press the return key afterwards

/script SetCVar("language.2","en")
Changes the UI language to English and reloads the UI.

/script SetCVar("language.2","de")
Changes the UI language to German and reloads the UI.

/script SetCVar("language.2","tr")
Changes the UI language to Turkish, if tr was registered as valid language to the game (don't aks me how to do this :-) ) and reloads the UI.

At least en and de should work for you too if you enter them in the chat editbox an press the return key.
Attention: CASE SENSITIVE! do not write all in small characters.

Last edited by Baertram : 04/09/22 at 03:39 PM.
  Reply With Quote