Hi,
We are about to submit an application to certified signed. We need a manufacturer approved signature. In Nokia's test criteria, the "Multilanguage application" test (NOK-11) says that the application should select the device language at startup.
Up until now I had used the technique I've seen that I've seen recommended over and over in these boards, which is having a pkg file that looks like this:
But with this we wouldn't pass the test, since the language doesn't change on startup - only one language is chosen during installation.Code:{"$(EPOCROOT)Epoc32\data\z\resource\apps\myapp.r01" "$(EPOCROOT)Epoc32\data\z\resource\apps\myapp.r02" .... "$(EPOCROOT)Epoc32\data\z\resource\apps\myapp.r57"} -"c:\resource\apps\myapp.rsc"
Is there a way to change the package file to conform to this test or do I have to write code that chooses the right resource pack (after installing all the resource files straight-forward) at runtime?
shmoove



