PDA

View Full Version : multi language support example



Ratheendrans
29th March 2011, 19:13
Dear All,

I am developing an embedded application which requires support for multiple language.

I am presently looking for a working example for reference,so can any one give me a sample project which has multiple language.

Thanks in Advance.

Ratheendran

wysota
30th March 2011, 11:42
What's wrong with the example from Qt Reference Manual?

Ratheendrans
1st April 2011, 12:19
thanks for the reply,

I check the examples which are available with the SDK,these were very use full in understanding and made me comfortable in using QT tools.

however I was not able to show chines and Japanese font on embedded board,moreover how will I show other Indian language like tamil,kanada etc..

I am looking for example reflect language changes at run time.

Thanks,
Ratheendran

wysota
1st April 2011, 13:39
Does the font you use have the proper glyphs available?

Ratheendrans
1st April 2011, 17:54
The fonts are fine when I run this application on PC,however I am them on my ARM board they do not appear

wysota
1st April 2011, 17:59
I'm asking whether the font on the device has appropriate glyphs available.

ChrisW67
3rd April 2011, 03:50
I am looking for example reflect language changes at run time.
The code produced by uic from Designer UI files typically supports on-the-fly language changes Have a look at that code for some examples.