Files
wxWidgets/interface
Ulrich Telle e5f95a3bb0 Document wxUILocale::UseLocaleName()
Under certain circumstances it can make sense to use a locale other than
the default user locale.

One example would be, if an application wants to use a UI translation
with an RTL language (like Arabic) on a non-RTL system. This wouldn't
work with the default locale, because the layout direction would be
wrong.

Currently setting a non-default locale can already be achieved via
wxLocale anyway. Therefore wxUILocale::UseLocaleName() should be made
public, to allow for less side effects than using wxLocale.

Closes #23972.
2024-10-18 19:31:50 +02:00
..
2024-10-18 19:31:50 +02:00