How use translation files of another project?
Unsolved
General and Desktop
-
So I have a project that uses another as dll, the problem is that I'm not getting the translated files from the dll when I use a class from the dll in the project. I want to load this translation file in the project, how can i do this? I tryed to use the QTranslator::load, but i'm confused a lot about the the arguments, there are a lot of files/includes in my project, so I'm stuck in the tree that I should use as the directory
-
Hi,
Does that dll embed its translations ?
-
A QTranslator handles translations from a single translation file. After that the QTranslator is installed for the application. If you have multiple QTranslators installed translations will be looked up from newest to oldest.