I have a problem. In Qt Creator I can load another language by QTranslator.load() (it's return true), but when I run program outside Qt Creator I always get false when I'm making load method. What I should make to solve this problem?