-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
4.2 M2
In I18nUtils class, there is a translate method translate(I18nizableText text, String language)
but if I ask for a language that has not been translated, the value returned is the default catalog.
It would therefore require a translate method that returns null when the key has not been translated into the requested language.