I need to do the internationalization of an existing Java project. I am already using Qt Linguist in a C++ project using Qt and I would like (and have) to keep the same process for my Java project, instead of using the java RessourceBundles.
The help of lupdate specifies that it is possible to use Java files as input, but I have no idea of how to do this. Is it even possible ? Or is this purpose dead with Qt Jambi ?
Thanks,
Roland