How to set app name localization in comfig.xml

How to set app name localization in comfig.xml

BY 28 Aug 2013 Web Application Development

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.
Written by