View Single Post
08/20/15, 09:18 AM   #10
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
You could try to test it on your own:

French client:
Code:
SetCVar("Language.2", "fr")
German client:
SetCVar("Language.2", "de")

English client:
SetCVar("Language.2", "en")

Sometimes the NPC audio won#t change properly. You need to relog then.
  Reply With Quote