Hi everyone,

The app we're working on will need to be I18N, and it will need this under
different conditions:

   - The app may be installed for clients in different countries (one
   install per client)
   - In one country they might need multiple languages (multicultural teams)

However let's say that I am showing a Contract in Japan, I want to use the
correct number format for Yen, no matter that my user browses my contract
page in english or in japanese.

My guess is that no such thing exists out of the box in Symfony and that a
solution could be to have a 'default_culture' setting defined for the app
and write my own helper for "format_number" that would force this default
culture rather than use the user one.

Also not sure how to deal with things when we start having on the same
install contracts based on different currencies that should be shown with a
number format linked to the currency rather than to the user's culture and
language.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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