Languages

Menu
Sites
Language
localization implement for tizen

does anyone know what's the main way or thinking for localization implement for tizen?

in the other word, in order to support multi-lanugage option for tizen application.

currently we take regard that maybe it's a way to implement different language package which contains language text via defined IDs, such as "TEXT_LISTITEM_CHINA  China", instead different language text of IDs defined before in source code.

then reload all language text package (.dat file)again after changing localization option selected and refresh display to show another lanuage.

is that a good way to implement localization on tizen? how to load language package file (.dat file)to switch localization language?

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Srinivasa Rao S
Hi Eric, Please check the following links it will help you to implement localization feature of TIZEN easily. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2FPackaging+a+Widget.html https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fusing_localization_features.htm