Sinister Smile Posted June 4, 2017 Posted June 4, 2017 Hi all, im wondering how can i write on other language's in the html dialog. For example to ( buttons, and simple text )I want to use Russian and Bulgarian languanges.
Rootware Posted June 4, 2017 Posted June 4, 2017 Add the support multilanguages into core. In this case you can use different HTML folders.
Sinister Smile Posted June 4, 2017 Author Posted June 4, 2017 Add the support multilanguages into core. In this case you can use different HTML folders. Can you give me example how to add multilanguages?
Finn Posted June 4, 2017 Posted June 4, 2017 Folder: L2J_Server\game\data\lang You'll find there everything you need
Sinister Smile Posted June 4, 2017 Author Posted June 4, 2017 (edited) Folder: L2J_Server\game\data\lang You'll find there everything you need i dont have folder "lang" ... Edited June 4, 2017 by Sinister Smile
Rootware Posted June 4, 2017 Posted June 4, 2017 Add to player instance the new ENUM variable like _language and use him as suffix for pathway of HTML page/folder. As default use EN and add command for calling HTML page for changing language. Is not so hard, just many copy/paste work. In the end you got core supporting for any amount of language's HTML.
Tassadar Posted June 5, 2017 Posted June 5, 2017 Just make in html link (like a button) to that html but with another lang and return button
Sinister Smile Posted June 9, 2017 Author Posted June 9, 2017 Just make in html link (like a button) to that html but with another lang and return button I try but the text dont show .. ;d
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now