can't select language
I compiled the latest codes with qt and run. But when I go to select a language, there is only one which is "system". Can anyone tell me why? Thanks very much!
I compiled the latest codes with qt and run. But when I go to select a language, there is only one which is "system". Can anyone tell me why? Thanks very much!
Do you still have an unanswered question? Please log in first to post your question.
Comments
The language list is stored in a file named languages.xml. This file is expected to be in a particular place depending on your platform. Which OS do you use?
In reply to The language list is stored by [DELETED] 5
I use windows 7. Thank you very much!
In reply to The language list is stored by [DELETED] 5
If I remember correctly
mingw32-make -f Makefile.mingw win32
creates the win32build directory andmingw32-make -f Makefile.mingw install
creates the win32install directory. If you start from win32install/bin/mscore.exe then you should have all the languages instead of just "System".Let me know if this is correct/incorrect.
In reply to If I remember correctly by David Bolton
Things go just as what you said. Thank you very much!!
In reply to You are right! by lxyyzm
I updated the "Compilation" section of the windows build instructions to include this information:
http://musescore.org/en/developers-handbook/compile-instructions-window…