On Friday 09 June 2006 18:35, Ira Abramov wrote: > > well, I'll look into that. if it can take Hebrew and hunderds of > thousands of users as a start without a flinch, it's certainly worth > mentioning to them. it's also a good idea to find out if RoR is not. > > Thanks for the help guys, I'll keep researching...
For hebrew, like most framework, there is no internal support. However, this is a web application, thus, mostly you all the hebrew stuff is done in the browser. The server, lets say postgesql, have support for UTF8 etc... There is an internationalization support for cases where you want to have both english and hebrew there is a package called globalize. here are a few links i bookmarked on the subject: http://www.globalize-rails.org/wiki/ http://dev.rubyonrails.org/browser/plugins/localization/README http://dev.rubyonrails.org/browser/plugins/localization http://www.robbyonrails.com/articles/2006/05/14/rails-i18n-gets-a-mailing-list http://railsconf.org/talks/selected/show/112 http://www.planetrubyonrails.org/show/search?q=internationalization http://rubyforge.org/projects/gloc/ Also, you are probably going to overide the native english error messages anyway if you are even going to use the native error flash messages handler. there aren't many and RoR provides a one line method to overide them. I think there are about 10-15 or something like that. I personally believe it can be done though as to the resource signature, i don't know. It can scale well, but will you need one/two server more than a straightforward PHP site? can't tell. -- Regards, Tzahi. -- Tzahi Fadida Blog: http://tzahi.blogsite.org | Home Site: http://tzahi.webhop.info WARNING TO SPAMMERS: see at http://members.lycos.co.uk/my2nis/spamwarning.html ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]