Issue Type: Improvement Improvement
Affects Versions: 5.0
Assignee: Unassigned
Created: 24/Jun/14 3:04 PM
Description:

Right now if one specifies 2 language variants for his site such as Swiss German (de_ch) and High German (de_de) both are shown in language selector in dialog as "German" only.
This is because info.magnolia.ui.dialog.formdialog.ItemFormView uses only language part of locale to display users what language they can choose from at
{code)
public void setAvailableLocales(List<Locale> locales)

{ ... languageSelector.setItemCaption(locale, locale.getDisplayLanguage(MgnlContext.getLocale())); ... }

The solution would be to include country code in the caption as well.

Fix Versions: 5.3.x
Project: Magnolia UI
Priority: Neutral Neutral
Reporter: Jan Haderka
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to