Languages

Menu
Sites
Language
Managing of language resources for Native Apps

Hi all,
I have found article (It is quite simple way):
https://developer.tizen.org/dev-guide/2.2.0/org.tizen.native.appprogramming/html/app_dev_process/managing_language_resources.htm
but I have a couple of minor questions:
1) Is there example of [Native App] with multilanguage support in Native project sample (I did not find)?
2) Are there any other ways (to not use UI Builder) to perform multilanguage support (maybe useful articles)?
Alexey.

Responses

5 Replies
Alex Ashirov

Hi Alexey,

Regarding the 1st question. Please take a look at the Tizen Native App Programming > Tutorials > System Tutorial->Task: Multi-language for System

Alex Dem

Thank you for responses!
Alexey.

Alex Ashirov

Hi Alexey,

Regarding your second question. I think it’s possible to make small changes in the localization files (xml files placed in the ‘/res’ folder) manually. But in general, it’s more safely and convenient to do such changes using the UI Builder.