<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Localization - Comments</title>
 <link>http://www.newlc.com/en/Localization.html</link>
 <description>Comments for &quot;Localization&quot;</description>
 <language>en</language>
<item>
 <title>Localization of a .sis file</title>
 <link>http://www.newlc.com/en/Localization.html#comment-45207</link>
 <description>&lt;p&gt;Hi, great article! &lt;/p&gt;

&lt;p&gt;I have to &lt;span style=&quot;font-weight:bold&quot;&gt;localise &lt;/span&gt;some Symbian applications that are &lt;span style=&quot;font-weight:bold&quot;&gt;only available as .sis files&lt;/span&gt;. &lt;/p&gt;

&lt;p&gt;How to do it? I know that it is possible.&lt;/p&gt;

&lt;p&gt;Seriously, I appreciate your comments!&lt;/p&gt;

&lt;p&gt;Ronny&lt;/p&gt;</description>
 <pubDate>Wed, 19 Mar 2008 12:14:31 +0100</pubDate>
 <dc:creator>gehmlich</dc:creator>
 <guid isPermaLink="false">comment 45207 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1616</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Hello
how i can change RTL (Right-to-Left)
my sdk is Series60 v20 
C++ builderX mobil edition
thanks&lt;/div&gt;</description>
 <pubDate>Tue, 24 Oct 2006 01:20:42 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 1616 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1615</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;the article is great!  
 my country language and font is not in the list so how can I develope it application resource it self. can I solve it in application level and embedded in symbian or do I have to localize the os(on the os code)?&lt;/div&gt;</description>
 <pubDate>Tue, 17 Oct 2006 22:29:37 +0200</pubDate>
 <dc:creator>seek</dc:creator>
 <guid isPermaLink="false">comment 1615 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localizing the application name</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1619</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Ehm... it seems it&#039;s working with the same method than in the article:
I edited the .rss in notepad and added the CHARACTER_SET UTF8, added some unicode characters and saved is as UTF8. Then removed the three characters in a hex editor (these denote that it&#039;s UTF8, right? Nothing to do with notepad... right?).
And I now have an application called Â©Â®Â°ChÃ©Ã©rÃŸlfÃŽ on my phone. :)
I wonder if this is the only way as it seems a bit hackish...&lt;/div&gt;</description>
 <pubDate>Thu, 15 Sep 2005 08:54:08 +0200</pubDate>
 <dc:creator>neekoh</dc:creator>
 <guid isPermaLink="false">comment 1619 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localizing the application name</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1612</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi, good article. What I would like to find out is how to localize the application name itself. Ie. when the phone is set to English display 
Cheers Mate
as the application name in the list and when set to Chinese display
&amp;#20320;&amp;#22909; &amp;#26379;&amp;#21451;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;In the .rss file you can add language codes and application names in the caption_list:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;CAPTION &lt;i class=&quot;spip&quot;&gt; code=ELangEnglish; caption=&quot;Cheers Mate&quot;; &lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;CAPTION &lt;i class=&quot;spip&quot;&gt; code=ELangPrcChinese; caption=&quot;What to do here&quot;; &lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;But again the tools won&#039;t let you save the file in any other encoding than ANSI. I tried using the code point notation like with the string literals in code:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;CAPTION &lt;i class=&quot;spip&quot;&gt; code=ELangPrcChinese; caption=&quot;\x4f60\x597d Mate&quot;; &lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;This won&#039;t expand to anything, but is displayed just like above (ok, I only tried with the copyright mark or some accented European characters - I don&#039;t have a Chinese phone - but the same thing happened.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;What can I do here if anything?&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 15 Sep 2005 08:10:48 +0200</pubDate>
 <dc:creator>neekoh</dc:creator>
 <guid isPermaLink="false">comment 1612 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization and language</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1611</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Accually I am having the trouble shootig on this, but after reading this tutorial I found that my knowledge on using font in mobile is better. But I didn&#039;t understand about the code PRC, How can we get it and does it relate to Unicode?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks for your kindly&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Sochan.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 12 Aug 2005 04:27:14 +0200</pubDate>
 <dc:creator>Sochan</dc:creator>
 <guid isPermaLink="false">comment 1611 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1614</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi,&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;The resource file doesn&#039;t seem to compile because when I try to create the package, it says the .rsc file was not found.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Can you please help out?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks,
Rajat&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 07 Jul 2005 06:14:55 +0200</pubDate>
 <dc:creator>rj</dc:creator>
 <guid isPermaLink="false">comment 1614 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1618</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;I have written all in the notepad and saved them with UTF-8 format.&lt;/div&gt;</description>
 <pubDate>Mon, 20 Dec 2004 06:07:14 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 1618 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1617</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;As I mentioned in the body of the tutorial, MS-VC 6.0 cannot read UTF-8 files properly.  The same goes to Code Warrior (5.2). They&#039;re simply not aware of it. Therefore, you should not edit your resource file from inside CodeWarrior. Use notepad instead. See my comments in the body of the tutorial.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&amp;#1575;&amp;#1605;&amp;#1606;&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 16 Dec 2004 13:27:47 +0100</pubDate>
 <dc:creator>ariel</dc:creator>
 <guid isPermaLink="false">comment 1617 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1610</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;IT IS VERY GOOD TUTORIAL, IT HELPS ME VERY MUCH.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I AM USING URDU FONT (IT IS LIKE ARABIC SCRIPT)&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I ALSO ADDED &lt;i class=&quot;spip&quot;&gt; &lt;strong class=&quot;spip&quot;&gt;LANG UR&lt;/strong&gt; IN MMP FILE&lt;/i&gt; FOR URDU LANGUAGE SUPPORT&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;CHARACTER_SET UTF8&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;RESOURCE TBUF r_example_text_Hello &lt;i class=&quot;spip&quot;&gt; buf=&quot;urdu lANG &amp;#1575;&amp;#1587;&amp;#1583;&amp;#1601;&amp;#1575;&amp;#1587;&amp;#1583;&amp;#1601;&amp;#1575;&quot;; &lt;/i&gt; &lt;/strong&gt;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I AM USING CODEWARRIOR FOR DEVELOPMENT WITH UIQ 2.1 SDK, WHEN I AM GOING TO OPEN IT, IT DISPALY LIKE THIS&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;
RESOURCE TBUF r_example_text_Hello &lt;i class=&quot;spip&quot;&gt; buf=&quot;urdu lANG Ã˜Â§Ã˜Â³Ã˜Â¯Ã™ÂÃ˜Â§Ã˜Â³Ã˜Â¯Ã™ÂÃ˜Â§&quot;; &lt;/i&gt; &lt;/strong&gt;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;IS THERE ANY FONT INSTALLATION REQUIRED. BCZ IT IS DISPLAYING BOX INSTEAD OF  URDU AND ENGLISH TEST ON THE SCREEN&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 15 Dec 2004 15:21:46 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 1610 at http://www.newlc.com</guid>
</item>
<item>
 <title>Minor typo</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1609</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;&lt;i class=&quot;spip&quot;&gt;&quot;\Symbian\UIQ_70\Epoc32\data\z\system\apps\MyApp\MyApp.rsc&quot;,
&quot;\Symbian\UIQ_70\Epoc32\data\z\system\apps\MyApp\MyApp.r31&quot;&lt;/i&gt;
&lt;br /&gt;&amp;nbsp;&quot;!:\system\apps\MyApp\MyApp.rsc&quot;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;should be:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&lt;i class=&quot;spip&quot;&gt;&quot;\Symbian\UIQ_70\Epoc32\data\z\system\apps\MyApp\MyApp.rsc&quot;
&quot;\Symbian\UIQ_70\Epoc32\data\z\system\apps\MyApp\MyApp.r31&quot;&lt;/i&gt;
&lt;br /&gt;&amp;nbsp;&quot;!:\system\apps\MyApp\MyApp.rsc&quot;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;(comma deleted)&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 22 Nov 2004 12:44:58 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 1609 at http://www.newlc.com</guid>
</item>
<item>
 <title>More Languages supported</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1608</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;A bit too late, I found out that much more languages are supported in the .PKG file than appear in the documentation. For your convenience, here&#039;s the full list:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;AF&lt;/strong&gt; - Afrikaans, &lt;strong class=&quot;spip&quot;&gt;SQ&lt;/strong&gt; - Albanian, &lt;strong class=&quot;spip&quot;&gt;AH&lt;/strong&gt; - Amharic,
&lt;strong class=&quot;spip&quot;&gt;AR&lt;/strong&gt; - Arabic, &lt;strong class=&quot;spip&quot;&gt;HY&lt;/strong&gt; - Armenian, &lt;strong class=&quot;spip&quot;&gt;AU&lt;/strong&gt; - Australian,
&lt;strong class=&quot;spip&quot;&gt;AS&lt;/strong&gt; - Austrian, &lt;strong class=&quot;spip&quot;&gt;BE&lt;/strong&gt; - Belarussian, &lt;strong class=&quot;spip&quot;&gt;BN&lt;/strong&gt; - Bengali,
&lt;strong class=&quot;spip&quot;&gt;BG&lt;/strong&gt; - Bulgarian, &lt;strong class=&quot;spip&quot;&gt;MY&lt;/strong&gt; - Burmese, &lt;strong class=&quot;spip&quot;&gt;CA&lt;/strong&gt; - Catalan,
&lt;strong class=&quot;spip&quot;&gt;TC&lt;/strong&gt; - Taiwan Chinese, &lt;strong class=&quot;spip&quot;&gt;HK&lt;/strong&gt; - Hong Kong Chinese,
&lt;strong class=&quot;spip&quot;&gt;ZH&lt;/strong&gt; - PRC Chinese,
&lt;strong class=&quot;spip&quot;&gt;HR&lt;/strong&gt; - Croatian, &lt;strong class=&quot;spip&quot;&gt;CS&lt;/strong&gt; - Czech, &lt;strong class=&quot;spip&quot;&gt;DA&lt;/strong&gt; - Danish, &lt;strong class=&quot;spip&quot;&gt;DU&lt;/strong&gt; - Dutch,
&lt;strong class=&quot;spip&quot;&gt;EN&lt;/strong&gt; - English, &lt;strong class=&quot;spip&quot;&gt;AM&lt;/strong&gt; - American English, &lt;strong class=&quot;spip&quot;&gt;CE&lt;/strong&gt; - Canadian English,
&lt;strong class=&quot;spip&quot;&gt;IE&lt;/strong&gt; - International English, &lt;strong class=&quot;spip&quot;&gt;SF&lt;/strong&gt; - South African English,
&lt;strong class=&quot;spip&quot;&gt;ET&lt;/strong&gt; - Estonian, &lt;strong class=&quot;spip&quot;&gt;FA&lt;/strong&gt; - Farsi, &lt;strong class=&quot;spip&quot;&gt;FI&lt;/strong&gt; - Finnish, &lt;strong class=&quot;spip&quot;&gt;BL&lt;/strong&gt; - Belgian Flemish,
&lt;strong class=&quot;spip&quot;&gt;FR&lt;/strong&gt; - French, &lt;strong class=&quot;spip&quot;&gt;BF&lt;/strong&gt; - Belgian French,  &lt;strong class=&quot;spip&quot;&gt;CF&lt;/strong&gt; - Canadian French,
&lt;strong class=&quot;spip&quot;&gt;IF&lt;/strong&gt; - International French, &lt;strong class=&quot;spip&quot;&gt;SF&lt;/strong&gt; - Swiss French,
&lt;strong class=&quot;spip&quot;&gt;GD&lt;/strong&gt; - Scots Gaelic, &lt;strong class=&quot;spip&quot;&gt;KA&lt;/strong&gt; - Georgian, &lt;strong class=&quot;spip&quot;&gt;GE&lt;/strong&gt; - German,
&lt;strong class=&quot;spip&quot;&gt;SG&lt;/strong&gt; - Swiss German, &lt;strong class=&quot;spip&quot;&gt;EL&lt;/strong&gt; - Greek, &lt;strong class=&quot;spip&quot;&gt;GU&lt;/strong&gt; - Gujarati,
&lt;strong class=&quot;spip&quot;&gt;HE&lt;/strong&gt; - Hebrew, &lt;strong class=&quot;spip&quot;&gt;HI&lt;/strong&gt; - Hindi, &lt;strong class=&quot;spip&quot;&gt;HU&lt;/strong&gt; - Hungarian,
&lt;strong class=&quot;spip&quot;&gt;IC&lt;/strong&gt; - Icelandic, &lt;strong class=&quot;spip&quot;&gt;IN&lt;/strong&gt; - Indonesian, &lt;strong class=&quot;spip&quot;&gt;GA&lt;/strong&gt; - Irish,
&lt;strong class=&quot;spip&quot;&gt;IT&lt;/strong&gt; - Italian, &lt;strong class=&quot;spip&quot;&gt;SZ&lt;/strong&gt; - Swiss Italian, &lt;strong class=&quot;spip&quot;&gt;JA&lt;/strong&gt; - Japanese,
&lt;strong class=&quot;spip&quot;&gt;KN&lt;/strong&gt; - Kannada, &lt;strong class=&quot;spip&quot;&gt;KK&lt;/strong&gt; - Kazakh, &lt;strong class=&quot;spip&quot;&gt;KM&lt;/strong&gt; - Khmer,
&lt;strong class=&quot;spip&quot;&gt;KO&lt;/strong&gt; - Korean, &lt;strong class=&quot;spip&quot;&gt;LO&lt;/strong&gt; - Laothian, &lt;strong class=&quot;spip&quot;&gt;LV&lt;/strong&gt; - Latvian,
&lt;strong class=&quot;spip&quot;&gt;LT&lt;/strong&gt; - Lithuanian, &lt;strong class=&quot;spip&quot;&gt;MK&lt;/strong&gt; - Macedonian, &lt;strong class=&quot;spip&quot;&gt;MS&lt;/strong&gt; - Malay,
&lt;strong class=&quot;spip&quot;&gt;ML&lt;/strong&gt; - Malayalam, &lt;strong class=&quot;spip&quot;&gt;MR&lt;/strong&gt; - Marathi, &lt;strong class=&quot;spip&quot;&gt;MO&lt;/strong&gt; - Moldovian,
&lt;strong class=&quot;spip&quot;&gt;MN&lt;/strong&gt; - Mongolian, &lt;strong class=&quot;spip&quot;&gt;NZ&lt;/strong&gt; - New Zealand, &lt;strong class=&quot;spip&quot;&gt;NO&lt;/strong&gt; - Norwegian,
&lt;strong class=&quot;spip&quot;&gt;NN&lt;/strong&gt; - Norwegian Nynorsk, &lt;strong class=&quot;spip&quot;&gt;PL&lt;/strong&gt; - Polish, &lt;strong class=&quot;spip&quot;&gt;PO&lt;/strong&gt; - Portuguese,
&lt;strong class=&quot;spip&quot;&gt;BP&lt;/strong&gt; - Brazilian Portuguese, &lt;strong class=&quot;spip&quot;&gt;PA&lt;/strong&gt; - Punjabi, &lt;strong class=&quot;spip&quot;&gt;RO&lt;/strong&gt; - Romanian,
&lt;strong class=&quot;spip&quot;&gt;RU&lt;/strong&gt; - Russian, &lt;strong class=&quot;spip&quot;&gt;SR&lt;/strong&gt; - Serbian, &lt;strong class=&quot;spip&quot;&gt;SI&lt;/strong&gt; - Sinhalese,
&lt;strong class=&quot;spip&quot;&gt;SK&lt;/strong&gt; - Slovak, &lt;strong class=&quot;spip&quot;&gt;SL&lt;/strong&gt; - Slovenian, &lt;strong class=&quot;spip&quot;&gt;SO&lt;/strong&gt; - Somali,
&lt;strong class=&quot;spip&quot;&gt;SP&lt;/strong&gt; - Spanish, &lt;strong class=&quot;spip&quot;&gt;OS&lt;/strong&gt; - International Spanish
&lt;strong class=&quot;spip&quot;&gt;LS&lt;/strong&gt; - Latin American Spanish,
&lt;strong class=&quot;spip&quot;&gt;SW&lt;/strong&gt; - Swahili, &lt;strong class=&quot;spip&quot;&gt;SW&lt;/strong&gt; - Swedish, &lt;strong class=&quot;spip&quot;&gt;FS&lt;/strong&gt; - Finland Swedish,
&lt;strong class=&quot;spip&quot;&gt;TL&lt;/strong&gt; - Tagalog, &lt;strong class=&quot;spip&quot;&gt;TA&lt;/strong&gt; - Tamil, &lt;strong class=&quot;spip&quot;&gt;TE&lt;/strong&gt; - Telugu, &lt;strong class=&quot;spip&quot;&gt;TH&lt;/strong&gt; - Thai,
&lt;strong class=&quot;spip&quot;&gt;BO&lt;/strong&gt; - Tibetan, &lt;strong class=&quot;spip&quot;&gt;TI&lt;/strong&gt; - Tigrinya, &lt;strong class=&quot;spip&quot;&gt;TU&lt;/strong&gt; - Turkish,
&lt;strong class=&quot;spip&quot;&gt;CT&lt;/strong&gt; - Cyprus Turkish, &lt;strong class=&quot;spip&quot;&gt;TK&lt;/strong&gt; - Turkmen, &lt;strong class=&quot;spip&quot;&gt;UK&lt;/strong&gt; - Ukrainian,
&lt;strong class=&quot;spip&quot;&gt;UR&lt;/strong&gt; - Urdu, &lt;strong class=&quot;spip&quot;&gt;VI&lt;/strong&gt; - Vietnamese, &lt;strong class=&quot;spip&quot;&gt;CY&lt;/strong&gt; - Welsh,
&lt;strong class=&quot;spip&quot;&gt;ZU&lt;/strong&gt; - Zulu&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Ariel&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 22 Jul 2004 12:49:36 +0200</pubDate>
 <dc:creator>ariel</dc:creator>
 <guid isPermaLink="false">comment 1608 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1613</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Basically, the 6600 treats differently the language issue. If the device&#039;s default language is one of the options for the installation, it will install it automatically. If, however, none of the sis&#039;s languages matches the device exactly, the device will give you all the options it supports.
For example, in the device I&#039;m currently using, the default language is U.K. English, but if the sis doesn&#039;t have UK English, the device accepts _any_ other language, even languages for which it doesn&#039;t have fonts.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Your problem, however, stems for what seems to be the sad truth that Eurocom, the representative of Nokia in Israel, is very conservative about the languages is supports. In an application I wrote, for example, I tried to declare the English version as American English by writing AM instead of EN in the .pkg file. Surprisingly, it refused to install on Eurocom&#039;s Hebrew 6600 phones, so we had to change it to UK English. if you tried to localize your application to any language other than Hebrew or Arabic, then this is probably the problem you&#039;re facing.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;hope this helps&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Ariel, Giant Steps, Ltd.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 22 Jul 2004 12:39:32 +0200</pubDate>
 <dc:creator>ariel</dc:creator>
 <guid isPermaLink="false">comment 1613 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Localization</title>
 <link>http://www.newlc.com/en/Localization.html#comment-1607</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks the article is great.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I did a localization for P800, and it works fine. On installation it gives me a list of languages to install - and whichever I  choose works.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;However, when localizing my app for 6600 this doesn&#039;t work quite the same the phone doesn&#039;t offer me the option to choose languages - it just installs the English version automatically. I thought maybe it detects your current language
 automatically, so I set the phone language to Hebrew (only options are
 English, Hebrew, Arabic!) - when I do this I get an error&lt;/p&gt;
&lt;blockquote class=&quot;spip&quot;&gt;
&lt;p class=&quot;spip&quot;&gt;Installer:
 System Error (-1)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p class=&quot;spip&quot;&gt;- have you ever seen this? Do you know what it is?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Kibi&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 22 Jul 2004 12:33:20 +0200</pubDate>
 <dc:creator>Kibi</dc:creator>
 <guid isPermaLink="false">comment 1607 at http://www.newlc.com</guid>
</item>
<item>
 <title>Localization</title>
 <link>http://www.newlc.com/en/Localization.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Symbian has the capability of supporting resources in multiple languages, and letting the user decide which language to use at installation time. This article shows how to support this in your code.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/Localization.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/Localization.html#comments</comments>
 <category domain="http://www.newlc.com/en/taxonomy/term/1">Basics</category>
 <category domain="http://www.newlc.com/en/taxonomy/term/138">Packaging</category>
 <category domain="http://www.newlc.com/en/taxonomy/term/142">String and Descriptors</category>
 <pubDate>Tue, 20 Jul 2004 00:09:23 +0200</pubDate>
 <dc:creator>ariel</dc:creator>
 <guid isPermaLink="false">368 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
