Files
wxWidgets/include/wx/private
Vadim Zeitlin 3f8fd90c31 Support creating Unix wxUILocale for languages without region
Unlike MSW and macOS, creating wxUILocale for e.g. "en" doesn't
necessarily succeed under Linux even if "en_US" is available, so try to
find a working language+region combination if just language doesn't
work.

This requires access to the languages database, so add a private
wxGetLanguageInfos() to avoid having to depend on wxLocale just for
this.
2021-09-01 18:11:40 +02:00
..
2017-05-20 17:01:58 +02:00
2019-01-30 17:35:54 +01:00
2020-10-07 15:18:17 +03:00