Romain FERE a écrit :
> Hi everyone and thanks for the help you provide,
> 
> I'm trying to get the active language (translation) in a Java Class
> called by an event listener.
> 
> I search in the API but I don't find anything interesting.
> 
> I'm searching a method like get_language() or get_property("language"),
> somebody know something like that ?
> 

Inject the seam component named "localeSelector" and then:

  localeSelector.getLocaleString()

-- 
Olivier

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to