4 Sep
2024
4 Sep
'24
9:39 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/bcp47langs/tests/bcp47langs.c:
+#include <wine/test.h> +#include <winbase.h> + +#include "winstring.h" +#include "msvcrt/locale.h" +#include "bcp47langs.h" + +static void test_get_user_languages(void) +{ + HSTRING result; + const WCHAR *user_languages; + + setlocale(LC_ALL, "enu"); I think it wouldn't be too difficult to test other locales and add support for them as well.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6131#note_81014