Google translated .lng file

Where developers, translators, and users meet...
Post Reply
noembryo
Posts: 100
Joined: 13 Apr 2022 21:40

Google translated .lng file

Post by noembryo »

I'm trying to translate XYplorer to Greek and for the moment it seems to be almost impossible (given the number of words), but I'll try it anyway to see how far I'll get.
And the first step I took was a shortcut. ;)
I modified one of my apps to translate the .lng file using Google translate and I used it as a starting point for my translation.
Of course I had to convert the file from UTF16 to UTF8, make the translation, and convert it back to UTF16.

So, for anyone here that would like that, I can convert the current .lng to any language that Google translate is supporting.
Just ask and wait to make the conversion (it take some hours :roll: )
Check my free programs here..

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Google translated .lng file

Post by admin »

Well, good luck! :tup:

Don't forget to check whether there is a code page for that language existing. Otherwise the menus and buttons cannot show the correct characters.

noembryo
Posts: 100
Joined: 13 Apr 2022 21:40

Re: Google translated .lng file

Post by noembryo »

admin wrote: 23 Dec 2022 14:52 Don't forget to check whether there is a code page for that language existing. Otherwise the menus and buttons cannot show the correct characters.
Can you please tell me how do I do that?

In "Various Info" I see:
System / Thread Locale ID: 1032 (el-GR) / 1032 (el-GR)
Default ANSI Code Page: 1253 (ANSI - Greek)
Active ANSI Code Page: 1253 (ANSI - Greek)
Default OEM code page: 737 (OEM - Greek 437G)
Active OEM Code Page: 737 (OEM - Greek 437G)

Does that help?
Last edited by noembryo on 23 Dec 2022 19:02, edited 2 times in total.
Check my free programs here..

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Google translated .lng file

Post by admin »

Set the code page to Greek:
SetCodePage.png
SetCodePage.png (13.54 KiB) Viewed 926 times
Then check if the menus in XY look okay with your Greek language file.

noembryo
Posts: 100
Joined: 13 Apr 2022 21:40

Re: Google translated .lng file

Post by noembryo »

admin wrote: 23 Dec 2022 16:20 Set the code page to Greek:
Then check if the menus in XY look okay with your Greek language file.
Oh, you meant in Windows!
Yes, I've already done this, thank you..
Check my free programs here..

Post Reply