Suppose, you want to have a model, the fields of which are available
in multiple languages. How would you people go around doing it? The
most trivial method would be to define as many variations of each text
field as there are lanugages, and define a function inside the model
that returns the variation that corresponds to currently chosen
language, and use this function in all the views instead of the actual
fields. Are there any other patterns in place? Just don't want to
invent a wheel here.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to