17 Nov
2022
17 Nov
'22
3:41 p.m.
This fixes a crash with .NET application running with such locales, for example en-DE. The crash happens early in initialization, due to failure to return preferred UI language, which happens because there is no LCID -> locale name conversion for custom locales. It doesn't affect just preferred language, but also system default language, and other derived values. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1417