Languages

Menu
Sites
Language
How to set app name localization in comfig.xml

Hi All

I use name like below in config.xml in tizen v2.1.0

    <name>my name</name>
    <name xml:lang="zh-CN">我的名字</name>
    <name xml:lang="zh-TW">我的名字</name>

It works well and without errors.

but I test my wgt by "tizen web app checker report"

it says:

About the element ''widget'', its child element ''name'' should not occur '3' times. in file config.xml, line 2

Evidence: <widget
xmlns="http://www.w3.org/ns/widgets"
xmlns:tizen="http://tizen.org/ns/widgets"
id="xxx"
viewmodes="fullscreen">
 
how should I do?
thx.
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
konduri sai swathi
Hi, I have tried and got the same issue. Raised a bug : https://bugs.tizen.org/jira/browse/TWFD-8. Follow it for more updates on this issue.