How to get complete strings and its translation from QTranslator object?
-
Hello Guys,
I have another interesting problem to solve.
In my application, am using QApplication::tr() to translate the strings.
And, I use QTranslator object to load the translator files on the application..
What i need is,
Since, QTranslator object is pointing or containing strings and its translations present in qm file, Is there a way where i can get all the strings and its translations?
Is that possible?Please let me know..
Appreciate your feedback again..
Thanks,
Kumar