Skip to content

kcms/region_language: Force title case

David Edmundson requested to merge work/d_ed/title_case into master

QLocale::nativeLanguageName is in sentence case. This sometimes has capitals as "English" is always captialised, sometimes not.

The end result looks bad. We have no better API to get a title case string directly, other than moving away from QLocale which has other costs.

Merge request reports