err... use the I18N helper? There's a nice snippet in the snippets repository for specifying language in routing rules, which works nicely as a language selector in your application :)
On 18 Mar 2009, at 10:51, Tomasz Ignatiuk wrote: > Imagine that you have a billing system in english. You have Invoice > module. And you want to print this invoice to pdf for example. So > you make a css for print media that hides menu divs etc. Then you > print. > > But what you should do in order to print invoice in french, polish, > spanish etc? You have to change: 'Seller' in EN to 'Sprzedawca' in > PL, 'Buyer' in EN to 'Nabywca' in PL, 'Invoice number' in EN to > 'Numer faktury' in PL etc. > > 2009/3/18 Lee Bolding <[email protected]> > > I don't understand... you want to print in a different language to > that currently being displayed? > > That sounds SO wrong from a usability/UX point of view... am I > misunderstanding? > > A print style sheet shouldn't care what language you are displaying > (unless it's a language that reads right->left or vertically). > > On 18 Mar 2009, at 10:38, Tomasz Ignatiuk wrote: > > > > > Hi > > > > I want to have a functionality to print invoice in few languages. I > > use css for print media so that the printed document looks well. Any > > ideas how to make it multilingual? Maybe reload the show action in > > different action and the print? But how to reload only a show action > > template in different language while other parts of page (menu, > > header, footer etc) stay in english? > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
