How to change the language of NESmaker?

Dirk

Member
Hi!

I think I've asked this once already, but I simply can't find the thread anymore.
Can someone please tell me how to change the language of NESmaker? I prefer to use English and not a translation (ironically I made the translation :lol: ).
 

dale_coop

Moderator
Staff member
Solution 1)
Modify directly the "GraphicAssetList.xml" file, to force a language... At the end... add:
<LocaleSettings>
<Language name="en"/>
</LocaleSettings>

fr for french,
en for english,
de for german,
es for spanish
ja for japan
ru for russian

Solution 2)
Another solution is to just rename the folder correpsonding to your language to something else (for example, if I rename the folder "fr" to "fr_old"... when I restart my NESmaker, it's no more in french ;))
 

Dirk

Member
Thank you! The GraphicAssetList file is probably the last place I would have looked :)
 
Top Bottom