View Single Post
04/27/15, 02:08 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
When you need the french/german string of something, you can use an addon language switcher

Or just type one of the commands :

Lua Code:
  1. /script SetCVar("Language.2", "en")
  2. /script SetCVar("Language.2", "fr")
  3. /script SetCVar("Language.2", "de")
  Reply With Quote