Qt-interest Archive, August 2007
QT label text in French language
Message 1 in thread
hi,
I have a qt -3.1 in english language. I want to display text on lable in
french language. Is it possible.. how to do this, can u tell me plz....
Thanks and Regards,
Niranjan
--
[ signature omitted ]
Message 2 in thread
Niranjan wrote:
> hi,
>
>
> I have a qt -3.1 in english language. I want to display text on lable in
> french language. Is it possible.. how to do this, can u tell me plz....
Use the Qt translation tools - QObject::tr(), Qt Linguist, etc.
Qt can't translate the text for you, you need to do that yourself or get
a French speaker to do so. Qt is capable of automatically displaying the
correct language for the user once translations are made.
If that does not answer your question, you might want to more clearly
re-state your intent (or I've misunderstood your question).
Also, Qt 3.1 is an ... interesting ... choice. Lots of problems have
been fixed since then, and it's obsolted by Qt 4 anyway. It should be
quick and simple to update to Qt 3.3, so you might want to think about that.
--
[ signature omitted ]