Hai,
Whether widgets provide multi language support?.i have seen some examples of localization of strings and images.how i can localize the entire widget.pls provide any resources.
Thanks in advance,
Nithya.
Hai,
Whether widgets provide multi language support?.i have seen some examples of localization of strings and images.how i can localize the entire widget.pls provide any resources.
Thanks in advance,
Nithya.
Hi Nithya,
localizing a widget usually means localizing strings and images: which other resources do you need to localize?
Pit
Hello Jappit,
I have to localize a widget,i have to display the entire widget in a different language whether it is possible or not.
Thanks & Regards,
Nithya.
Hi Nithya,
usually language tokens are contained in text strings or into images, so the articles you've probably already found on Forum Nokia Wiki should help.
To fully localize a widget, your static HTML code should not contain any text, and all the strings should be dynamically appended by using JavaScript, as explained here:
http://wiki.forum.nokia.com/index.ph...strings_in_WRT
Hope it helps,
Pit
Hai Jappit,
Thanks for your reply.i have gone through your reply.my app contains lot of data,it will change frequently.whether i can use ttf formats to solve the issue.
Regards,
Nithya.
What do you exactly mean by using ttf formats?
Pit
Hai Jappit,
Use of ttf formats in the pc will display the particular font.whether i can use that format inside the css to display the particular font?.
@font-face {
src: url('fonts/HighlandGothicLightFLF-webfont.ttf') format('truetype');
}
Thanks & Regards,
Nithya.
Hi Nithya,
no, WRT (and more generally the S60 browser) does not support custom fonts, so you cannot use this approach.
Pit