Problem in opening Qt Linguist in Windows
-
Hai all,
I have developed an GUI application using VS2013 and QT 5.7. I have created .ts file for my project when I tried to open that .ts file I am getting "Couldn't start Qt Linguist" How to fix this. I need to create application in different language. Is there any way to fix this.? -
Hi
Have you tried to start it directly ?
Mine is in
D:\Qt\5.7\mingw53_32\bin\linguist.exe -
And you are 100% sure that the TS is valid ?
You could test with
D:\Qt\Examples\Qt-5.7\qml\qml-i18n\i18n\base.ts -
I am able to open that file. In my project I am using 2 widget window and one main window. I am unable to open .ts created for my project.I dont know why?