About Store Forum Documentation Contact



Post Reply 
multi-language support
Author Message
Brouilles Offline
Member

Post: #1
multi-language support
Hello,
I don't find anything about support multiple languages by default for the UI (for example French & English). It's just not integrated for the moment?

It's planned? Otherwise, I intend to do it myself, but if it is planned, I might as well not do it for nothing!

Thanks.
And great job! Good engine.
02-07-2020 10:10 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: multi-language support
I use MLT and MLTC functions to auto select text based on App.lang() language.
Also you can override GuiObj.setText
02-07-2020 12:32 PM
Find all posts by this user Quote this message in a reply
Brouilles Offline
Member

Post: #3
RE: multi-language support
Thanks for your answer. Can you explain more about MLT and MLTC?
02-07-2020 02:20 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: multi-language support
https://github.com/Esenthel/EsenthelEngi...ion.h#L213
example use:
MLTC(u"New World", PL, u"Nowy Świat", DE, u"Neue Welt", RU, u"Новый мир", PO, u"Novo Mundo")
02-07-2020 02:55 PM
Find all posts by this user Quote this message in a reply
Brouilles Offline
Member

Post: #5
RE: multi-language support
I see, Thanks for your help!
02-07-2020 02:58 PM
Find all posts by this user Quote this message in a reply
Post Reply