View Single Post
12/04/20, 11:22 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,976
For the settings text you can use this script ingame to change your client language to French to just read the settings exact names and copy them (like "Additional ally effects")

Code:
/script SetCVar("language.2", "fr")
To change back to German or English use the values "de" or "en" then instead of "fr".
  Reply With Quote