Hi,

I have to localize texts inside a library using qt. Setting up and using lupdate and lrelease from inside buildsystem works perfect.

But two questions:

1. Where I have to install the localized files so qt will find them? (Linux/Unix). For first I used /usr/share/<libname>/i18n/ as target folder.
2. How may I load this translations inside library? is this possible without knowledge about the calling application or has the application load the translation for this library?

Cu

E.