Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12e07767 authored by satok's avatar satok
Browse files

Fix getMiddleDisplayLanguage

Change-Id: Ia73d74b122069197ac471879e5f1cee34f31b182
parent 1123bcaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -608,7 +608,7 @@ public class SubtypeSwitcher {
    }

    public static String getMiddleDisplayLanguage(Locale locale) {
        return toTitleCase(locale.getDisplayLanguage(new Locale(locale.getLanguage())));
        return toTitleCase((new Locale(locale.getLanguage()).getDisplayLanguage(locale)));
    }

    public static String getShortDisplayLanguage(Locale locale) {