Hi !
Im trying to change the language of the GnuCash.
I try creating:
GnuCashSettings.ini
GnuCashPortableSettings.ini
GnuCashPortable.ini
I put thouse in the GnuCashPortable\Data\Settings and GnuCashPortable .
Inside I add LANG=es and Lang=es .... but nothing ...
How I have to do ??
Thanks !
You don't add an INI file, you edit the existing one. Or, just use the PortableApps.com Platform and GnuCash should come up in the same language.
Sometimes, the impossible can become possible, if you're awesome!
I edit the existing one and copy it to differents names. I have copy the files to the root dir ... where is located the executable ... but nothing.
AlCOr
its working ...
I make a .bat with
set LANGUAGE=es_AR
set LANG=es_AR
GnuCashPortable.exe
unset LANG
unset LANGUAGE
done
AlCOr