Re: Localization Help! (was Localizer Default vs. Browser)

2008-07-20 Thread Rams
Hi yllan! Without seeing your code, it's sorta hard for me to say what is wrong, so I apologize if I am covering basic things you already know... :-) I'll try to answer your question the best I can though! On Jul 19, 2008, at 11:16 PM, Yung-Luen Lan wrote: Hi Rams, I'm quite confused ab

Re: Localization Help! (was Localizer Default vs. Browser)

2008-07-19 Thread Yung-Luen Lan
Hi Rams, I'm quite confused about this code. I copied this to my DirectAction class but it didn't work. In my project, I have English.lproj, zh_TW.lproj, zh_CN.lproj. I have my Properies file setup with: er.extensions.ERXLocalizer.defaultLanguage=English er.extensions.ERXLocalizer.fileNamesToWatc

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Lachlan Deck
On 13/06/2008, at 9:46 AM, Rams wrote: Have you set your application encoding? I'm using UTF-8. It works fine for Farsi. I may be wrong, but I don't think there's any reason you need to use UTF-16, except in your Localized.strings file... that has to be UTF-16. So in my properties file

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Joshua Paul
ld name still work but you suffer a small penalty. Pierre -- Pierre Frisch [EMAIL PROTECTED]" On Jun 12, 2008, at 4:48 PM, [EMAIL PROTECTED] wrote: Message: 2 Date: Thu, 12 Jun 2008 18:10:10 -0400 From: Drew Thoeni <[EMAIL PROTECTED]> Subject: Re: Local

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Drew Thoeni
Cool. I got it working. Was not setting the localizer in the session. But, now that English and Spanish are working, I'm having a problem with Arabic. If I use the Mac's Qwerty Arabic keyboard option, I can type some characters into the Localizable.strings file (which is saved UTF-16) and t

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread David Holt
Hi Drew, On 12-Jun-08, at 12:19 PM, Drew Thoeni wrote: My mail box remains empty on this question. Everyone is having fun in San Francisco! Is there anyone with localization experience that could suggest what I'm doing incorrectly? Not too much, but we will see what I can offer

Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Drew Thoeni
My mail box remains empty on this question. Is there anyone with localization experience that could suggest what I'm doing incorrectly? I'm trying to send back the language of the users pre-selected choice (store in database). But the ERXLocalizer.setDefaultLangauge() seems to have no eff