Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.4-rc-1
-
Fix Version/s: 8.0-milestone-1
-
Component/s: Old Core
-
Labels:None
-
Difficulty:Unknown
-
Documentation:javadoc
-
Documentation in Release Notes:
-
Similar issues:
Description
You have thing like getDefaultLanguage() which is actually the default locale but as a String that should not be mixed with the language part of a Locale, etc...
We need to deprecate all the APIs that talk about "language" to have more explicit "locale" based APIs.