Hi,

I would like to get some calrification on tr() and translate().
On webpage
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#internationalisation-of-pyqt-applicationsi
found information that it is better to use
QCoreApplication.translate()
instead of tr().
Looks like QT Designer is using same approach. Though i can not find any
examples that would cover usage of QCoreApplication.translate(), like no one
would use it

Can someone please provide me with some additional info, some examples?
Or maybe website i am refering to is out of date?
I guess i could summarize my question, how do you create mutlilanguage apps?

-- 
Michał Klich

klich.mic...@gmail.com
http://www.michalklich.com
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to