Change By: Jan Haderka (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()));
...
}
{code}

The solution would be to include country code in the caption as well.
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: <[email protected]>
----------------------------------------------------------------

Reply via email to