Hi, here is a Mediafire link where you can download the i18n files for various languages; however, these files are from version 2.73.I’m not sure if this might cause data corruption or similar issues; I’ve only tested it on the login screen. To get them working, you just need to modify the client's config.xml file.Assign these two lines to the language you wish to use.
Code:
<!--======================================================================-->
<!-- Constantes pour les langues -->
<!--======================================================================-->
<entry key="lang.current">es</entry> <!--Asigna "en" para ingles-->
<!--======================================================================-->
<!-- Constantes pour les raccourcis clavier -->
<!--======================================================================-->
<entry key="binds.current">esES</entry> <!--Asigna "enEN" para ingles-->
The two pieces of data you need to modify are on lines 151 and 169.