Page 1 of 1

Translate

Posted: Wed Feb 06, 2019 5:53 pm
by EddieLee
Hi all,

May i know how do you guys implement translations into your application? If i do not want to use google translate, what other translations is compatible with livecode and has a guide on how to integrate into my stack or card script. Any replies would be appreciated!

Re: Translate

Posted: Wed Feb 06, 2019 11:28 pm
by jmburnod
Hi Eddy,
You may see this post about some experiments for translation
viewtopic.php?f=8&t=19283&hilit=translate
Best regards
Jean-Marc

Re: Translate

Posted: Thu Feb 07, 2019 10:43 am
by mrcoollion
Hi Eddy,

I am working currently on a translation application that, if it all works as expected, should make it very easy to make translations for any LiveCode application.
Features are:
- Make translations for all appointed controls in your stack(s)
- Make translations for texts through of a function.
- Split developer and translator tasks making it possible to have outside translators make translations for your applications.

I am stil in the phase of building (approx. 60% ready) but as soon I have a beta version available to test I will post this milestone :D and ask for people to help me test :lol: .

Regards,

Paul

Re: Translate

Posted: Fri Feb 08, 2019 2:59 am
by EddieLee
Hi Coolion

Are you using an external API for the translation? If yes, which API are you using? I'm only trying to translate some fields and dropdowns.

mrcoollion wrote:
Thu Feb 07, 2019 10:43 am
Hi Eddy,

I am working currently on a translation application that, if it all works as expected, should make it very easy to make translations for any LiveCode application.
Features are:
- Make translations for all appointed controls in your stack(s)
- Make translations for texts through of a function.
- Split developer and translator tasks making it possible to have outside translators make translations for your applications.

I am stil in the phase of building (approx. 60% ready) but as soon I have a beta version available to test I will post this milestone :D and ask for people to help me test :lol: .

Regards,

Paul

Re: Translate

Posted: Fri Feb 08, 2019 9:06 am
by mrcoollion
Sorry Eddie, it is an actual manual translation tool that generates translation files for use in an application and not based upon an API that translates automatic for you. I do plan to link to a translation API to make translation easier for the translator but that is a different story...
So if you are looking for an API my solution does not help you.

Regards,

Paul

Re: Translate

Posted: Sat Feb 16, 2019 12:09 am
by EddieLee
Hi Paul,

I don't mind not using an API, it's better this way. What are your plans on doing it manually? Like how will you translate each field or user input?

Re: Translate

Posted: Sat Feb 16, 2019 1:22 pm
by mrcoollion
Hi Eddie,

My tool will make it possible to make translations for all controls and other fixed texts in your application.
E.G. Label fields, DataGrid column names, Tooltips, Tabs and text you as a developer want translated to be able to have the app used by people with different languages.
Live translation for text that users type in it will not do. This is something you could do via an api from e.g. google translate, however most api's these days a commercial.....

Regards,

Paul

Re: Translate

Posted: Sun Feb 17, 2019 9:45 am
by EddieLee
Yes Paul, I believe we can work together to achieve the translation.

Re: Translate

Posted: Sun Feb 17, 2019 10:57 am
by mrcoollion
Hi Eddie,

As soon as I am ready I will sign you up as a test person.. Is that ok ?

Regards,

Paul

Re: Translate

Posted: Sun Feb 17, 2019 3:06 pm
by EddieLee
Yes, sure!!

mrcoollion wrote:
Sun Feb 17, 2019 10:57 am
Hi Eddie,

As soon as I am ready I will sign you up as a test person.. Is that ok ?

Regards,

Paul