Hello everyone I wanted to know how to create a multilinguill app for kids learning where the child can selecta a language if the child chooses english it should convert the whole app text to english and if the child chooses kanada it should change the whole app language to kanada
You can simply use Yandex Translate for it.
Make your app in english or kannada, whatever you prefer, and if the user selects another language, use yandex to translate it to the other language.
You can even try GT.
DevYb Google Translate
Hi everyone,
Today I present another free extension that allows translating any language using Google translate.
This extension works with Auto Detect and without.
Blocks
[Blocks]
Usage
[Usage]
Languages AFRIKAANS = af
ALBANIAN = sq
ARABIC = ar
ARMENIAN = hy
AZERBAIJANI = az
BASQUE = eu
BELARUSIAN = be
BENGALI = bn
BULGARIAN = bg
CATALAN = ca
CHINESE = zh-CN
CROATIAN = hr
CZECH = cs
DANISH = da
DUTCH = nl
ENGLISH = en
ESTONIAN = et
FILIPINO = tl
FINN…
This extension allows you to translate any language to any language supported by google translate. This don’t need any API key of google translate to work.
It will automatically detect the given language .
Thanks to @chaimk for sponsoring this extension
Blocks
[googletranslate]
Download
com.atomdeveloper.GoogleTranslate.aix (40.0 KB)
1 Like
Rogerio_Rios
(Professional Support)
December 10, 2020, 10:21am
#3
An example for you to create a multilingual app:
Hey!
In this tutorial I will teach you how to best and effectively translate your application!
All you need to translate your application is to add the translation file to Assets and that’s it!
The first thing we need to do is create the translation files (in json file),
I created two sample translation files:
in English: { "string1": "one", "string2": "two", "string3": "three" }
And in Hebrew:{ "string1": "אחד", "string2": "שתיים", "string3": "שלוש" }
If you want to translate your file…
3 Likes
Yash_Tantry
(Yash Tantry)
December 10, 2020, 11:32am
#4
but I didn’t understand how will it translate The whole app
Example -
Translate.aia (3.6 KB)
Add your Yandex API key and try it!
2 Likes
But it is just translating the switch text i want it to translate the whole app in one go
Rogerio_Rios
(Professional Support)
December 13, 2020, 12:14pm
#9
Read my answer… And do what is in the topic I posted.