Thread Tools Display Modes
01/27/16, 04:44 AM   #1
coolmodi
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 47
SetCVar language partially stuck in french?

Hey,

while developing I often switched language with /script SetCVar("language.2","??"), and I guess that somehow messed up something because addons with localization support are now in french, also the bind on equip warning is french, everything else seems to be correctly in english as it should.

I tried setting language back and forth multiple times now and also tried deleteing user settings to no avail. What else could I do? This gets really frustrating

Don't want to install the game again completely, but the error seems to not be located in the documents folder.
  Reply With Quote
01/27/16, 05:34 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I think some addons save their own language in the saved vars. You should do a search of your savedVariables folder for
Code:
 "fr",
to see if any of them has it stored in their savedata.
  Reply With Quote
01/27/16, 06:05 AM   #3
coolmodi
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 47
Used GREP already to search the documents folder and couldn't find language settings other the constants.

I also found some tooltips now that are french...guess something is just really broken.
  Reply With Quote
01/27/16, 06:31 AM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
What value for SET Language.2 does the UserSettings.txt contain?
  Reply With Quote
01/27/16, 06:50 AM   #5
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Just to mention this: Switching language in-game changes Lua localization only. Binary data (incl. audio) keeps in the language the client was started with.
May use the launcher to check what language is choosen.

I guess you already tried that.
  Reply With Quote
01/27/16, 08:05 AM   #6
coolmodi
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 47
Originally Posted by sirinsidiator View Post
What value for SET Language.2 does the UserSettings.txt contain?
en, I found another copy of the ESO folder that only missed few hundred MBs ob updates, now it works fine again. Really no clue how that could happen. I just find it very strange how most of the game was english, but addons and very few things in the normal UI were french.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » SetCVar language partially stuck in french?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off