Ayyanar from Aspire Systems
2008-Jan-30 11:34 UTC
How to achieve internationalization in ROR?
Anybody worked on internationalization in ROR project? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, If you are asking if Rails supports Unicode then the short answer is yes. There are some getting started guides available but the key point is that Rails extends Ruby''s string class so that it doesn''t destroy multi-byte characters, That''s only the first step though, depending on the nature of your application and it''s audience there is a fuzzy line between Internationalisation and localisation. My current Rails app correctly handles multi-byte languages but I wouldn''t say that it is internationalised. I''ve gone through the adaption of an existing C++ code base to unicode not an experience to be repeated - though I do feel stronger for it :-) On Jan 30, 11:34 am, Ayyanar from Aspire Systems <rails-mailing- l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Anybody worked on internationalization in ROR project? > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---