Got it 'culture' => 'ro'
like so: object_input_date_tag($ad, 'getAvailableFrom', array ( 'rich' => true, 'culture' => 'ro', )) On 20 Sep, 18:00, DC <[EMAIL PROTECTED]> wrote: > How do I enforce a specific language for an object_input_date_tag ? > I want it to be displayed in Romanian. > > So far I`ve tried: > > object_input_date_tag($ad, 'getAvailableFrom', array ( > 'rich' => true, > 'language' => 'ro', > )) > > and > > object_input_date_tag($ad, 'getAvailableFrom', array ( > 'rich' => true, > 'lang' => 'ro', > )) > > with no results --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
