de-DE will be interpreted as de,DE normally, it would be de,D,E which we do not want
de,DE
de,D,E
String toCaseOfLocale(CaseStyle style) { return this.toLowerCase().toCase(style); }