-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution:
Fixed
-
Affects Version/s:
None
-
-
Component/s:
None
- Register on the OpenSocial container GWT module all the locales Nuxeo currently supports. It won't be the main way to set the locale for the gadgets, but it's needed if we want to define the locale in the GWT way (meta tag, or in the query string)
- Be able to set a 'locale' parameter in the 'gwt parameters', the parameters given when instantiating the OpenSocial Container
=> It will be easier in Nuxeo to define the locale like that instead of writing meta tag in <head> or changing the Nuxeo URLs to add the query string parameter 'local=x_Y'...
- Change the way we set the locale for the gadgets from the container: pick up the one from the 'gwt parameters' if defined, fallback on the current GWT locale (which is defined through a meta tag <meta name="gwt:property" content="locale=x_Y">, or in the host URL query string)