Language change in Qt embedded
-
In my application i have implemented language translation and it works fine. we supported several languages like french, italian,german ,spanish,english.but since i am new to qtembedded i dont know what further needs to do on embedded device to support language translation. like giving font support, etc...
can any one help?
-
The only thing I know (and that is the same on any desktop platform) you need a font to support the chars of that language. So most european languages work, hebrew adn asian languages need a fuull unicode or a dedicated font. If you have a full unicode font, it should work for all languages, otherwise you have to change the font dynamically.