Hi,We met with the same issue which when we set the locale to 'zh-cn' or any language with '-', it displayed default value.I found it maybe because ````Locale l = LocaleUtils.toLocale(locale);``` in I18NRuntimeExtension.java. The method 'toLocale' will throw an exception if we pass 'zh-CN' as parame...