may this of any help to you

http://www.codemassacre.com/2008/03/10/symfony-default-language-fallback/

Ds

On Mar 18, 10:51 am, Tomasz Ignatiuk <tomek.ignat...@gmail.com> 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 <l...@leesbian.net>
>
>
>
> > 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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to