Hello,
I’ve followed this instructions step by step.
http://felgo.com/doc/howto-multi-language/
I’ve created en_EN.qm file and placed it into my project into qml/translations folder.
But when I run my application nothing changes.
Hope, you could help me.
Moreover, if I add string
GameWindow{
Component.onCompleted:{
//
//…
//
<i>settings</i>.language = «de_DE»
//
//…
//
}
}
into your chicken outbreak project nothing happens – language is still english.