how to use language manager in Qt....
Hello Everyone, I made a web browser in Qt ...
Its working fine and now i want to add language manager in this.
But i have no more idea about language manager .
I did lots of google and i got there are two tools Iupdate and IRelease that covert our file in .ts.
but i din't get step by step solution please help me how to do this.
Re: how to use language manager in Qt....
The Qt documentation's internationalisation section has lots of information on that
http://doc.qt.io/qt-5/internationalization.html
For example a link to the Qt Linguist manual which details the steps of the process
http://doc.qt.io/qt-5/qtlinguist-index.html
Cheers,
_
Re: how to use language manager in Qt....