-
Bug
-
Resolution: Fixed
-
Major
-
9.6.0, 9.6.2
-
None
-
Security Level: Jimmy
-
None
-
None
Steps to Reproduce
1. call Locales.getLocale("de_DE_dgl")
Current Result
return a Locale: de_DE
Expected Result
return a Locale: de_DE_dgl in ZK 8.6.3
Debug Information
- the method's implementation changed for
ZK-4745
Workaround
- wrap the API and return new Locale("de","DE","dgl");