kitxi15
(Javi Soto)
August 18, 2020, 5:05pm
#1
Hi!
I’m traslating my app’s but I can’t found how to translate the title of the app, that what you can see in your mobile screen (App name under the icon screen).
Please if someone knows tell me! I searched in the forum but I can’t found it.
Thanks community
dora_paz
(Dora)
August 18, 2020, 5:16pm
#2
You can use this procedure described here with this block
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…
1 Like
Boban
(Boban Stojmenovic)
August 18, 2020, 5:32pm
#3
You mean name under the icon on screen
2 Likes
kitxi15
(Javi Soto)
August 18, 2020, 5:43pm
#4
Thanks dora_paz but with that block I’m only changing the title in the screen but not the name app, I think that with this method I can’t.
How Boban said, I want to change the name under the icon on screen.
Sorry if I explained bad, my english it’s not so high.
1 Like
kitxi15
(Javi Soto)
August 19, 2020, 7:18am
#7
Thanks for your answers. I’m watching it but it’s a complex method, I will try.
There is not a more simple way to do it with blocks or strings.json?
Thanks for all your help!
Boban
(Boban Stojmenovic)
August 19, 2020, 7:55am
#8
Unfortunately not!
It looks harder than what it is.
Since the topic I linked to died out and there was no more interest in it I forgot to show how…
dora_paz
(Dora)
August 19, 2020, 9:24am
#9
If you find the time , could you show us the way ?
3 Likes
kitxi15
(Javi Soto)
September 10, 2020, 3:40pm
#10
Sorry I forgot about the thread but I am still interested in knowing the method. If you feel like it, I’ll be happy to read it. Thank you very much to all of you who responded
Boban
(Boban Stojmenovic)
September 10, 2020, 5:11pm
#11
I was on my way to put it on my website but had issues with it and thereby I gave up, the guide will be there as soon I fix my site…
1 Like