"Interface Translation The user interface needs to be adapted for i18n applications. Templates must be able to display labels, messages, and navigation in several languages but with the same presentation. Symfony recommends that you build your templates with the default language, and that you provide a translation for the phrases used in your templates in a dictionary file. That way, you don't need to change your templates each time you modify, add, or remove a translation."
>From page -> http://www.symfony-project.org/book/1_0/13-I18n-and-L10n Dsb On Mar 19, 1:29 am, Guido <[email protected]> wrote: > Hi, > > I tried searching but found nothing that cleared my mind on this > thing. At the time the only way I found to set another language for > the labels and messages of the auto generated forms in the admin > interface is modifying generator.yml file. This lets me use only one > language. What if I want these labels and messages to be displayed in > 2 languages. Is there a way to make a translation of the auto > generated forms as with i18n:extract method? Any help or tip will be > very much appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
