Hi Michael, if you want to have dynamic language support the best choice may be:
http://github.com/janne/model_translations/ or (better) http://github.com/joshmh/globalize2/ and if you want the versions for your translations: http://github.com/joshmh/globalize2_versioning/ The only problem with these plugins is that you can't have the control of the translation model (eg.: you cannot have an upload field on translations model, it is difficult to apply constraints on translations model, etc.), but if your goal is simply translating string fields these plugins are great ! > Francesc Esplugas wrote: > >> On Wed, May 13, 2009 at 8:56 AM, Michael Rigart >> <rails-mailing-l...@andreas-s.net> wrote: >> >> >>> I need multilingual input in my models. Lets say you have a Product >>> model. That product contains title, description and price. The price is >>> allways the same, but the title and description need to be inputted in >>> diffrent languages. >>> >> I wrote a plugin to solve the same problem you have. >> >> http://github.com/fesplugas/simplified_translation/tree/master >> >> Hope that helps. >> > > Hi Francesc, > > it looked good till I started reading further. I saw that you need to > define every language that you want to support in your attributes. The > thing I wanted to do is make sure that the list of supported languages > is dynamic. > > --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---