About Store Forum Documentation Contact



Post Reply 
Editor interface language
Author Message
Outdoordoor Offline
Member

Post: #1
Editor interface language
Is there a way to change editor interface language? I'm stuck with a half-translated version, which was selected by default, and I'd like to just use English.
07-15-2024 06:27 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Editor interface language
You can change editor source code and set:
App.lang(EN);
07-16-2024 05:21 AM
Find all posts by this user Quote this message in a reply
Outdoordoor Offline
Member

Post: #3
RE: Editor interface language
Where exactly in the source code should I set it?
07-16-2024 07:17 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Editor interface language
Probably best in InitPre()
07-18-2024 09:30 AM
Find all posts by this user Quote this message in a reply
Outdoordoor Offline
Member

Post: #5
RE: Editor interface language
Yes, but in what file? Sorry, I'm a bit lost in the source, and there are several files with InitPre
07-18-2024 11:27 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Editor interface language
UID(3973754331, 1094971886, 2714907782, 3847274065) /* Titan Editor\Main */
07-18-2024 02:54 PM
Find all posts by this user Quote this message in a reply
Post Reply