Multilanguage

Login to reply to this topic.
Sat, 2008-02-02 06:16
Joined: 2008-01-01
Forum posts: 2

Hi,

I want to develop multi language application and I follow all the method given in the thread
http://newlc.com/article.php3?id_article=443

My package file:

; multilang.pkg

; Languages
&EN,&HI

; Header
#{"multilang","multilang"},(0x06812345), 0, 1, 1

; Platform compatibility
(0x10200BAB), 0, 0, 0, {"Series60ProductID","Series60ProductID"}

; Target
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\release\armi\UREL\multilang.app"
                                              -"!:\system\apps\multilang\multilang.app"
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang.aif"
                                              -"!:\system\apps\multilang\multilang.aif"
{"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang.r01"
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang.r58"
                                             -"!:\system\apps\multilang\multilang.rSC"
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang_caption.rSC"
                                             -"!:\system\apps\multilang\multilang_caption.rSC"

But when I build my project to make sis file,the source editor change the package file.
There is no problem or error to make sis file but after build my package file is given below:

; multilang.pkg

; Languages
&EN

; Header
#{"multilang"},(0x06812345), 0, 1, 1

; Platform compatibility
(0x10200BAB), 0, 0, 0, {"Series60ProductID"}

; Target
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\release\armi\UREL\multilang.app"
                                        -"!:\system\apps\multilang\multilang.app"
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang.aif"
                                        -"!:\system\apps\multilang\multilang.aif"
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang.r01"
                                        -"!:\system\apps\multilang\multilang.r01"
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang.r58"
                                        -"!:\system\apps\multilang\multilang.r58"
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang_caption.r01"
                                        -"!:\system\apps\multilang\multilang_caption.r01"
"C:\Symbian\8.0a\S60_2nd_FP2\Epoc32\data\z\system\apps\multilang\multilang_caption.r58"
                                       -"!:\system\apps\multilang\multilang_caption.r58"

and so when I install my application in mobile, there is only english language.

What is the problem?
Plz tell me

thanks


Sat, 2008-02-02 07:34
Joined: 2008-01-01
Forum posts: 2
Re: Multilanguage

OK I got the solution for that.

if anyone have same problem mail to me at chavadasanjay@gmail.com

thanks

  • Login to reply to this topic.