Hello everbody,
I have a weird problem related to localization and i am struglling with it for a week, but i couldnot resolve.
I have a web project and a widget inside it. Both web application and widget have locales folder both English and Turkish.
Directory structure is like below:
.wgt
index.html
config.xml
icon.png
css
images
js
lib
language.js
locales
en
language.js
tr-tr
language.js
widget
widget001
index.html
config.xml
icon.png
css
images
js
language.js
locales
en
language.js
tr-tr
language.js
In language.js files there is language locale defines for each language
TIZEN_L10N=
{
"location" : " Location",
"about" : " About",
...