April 23, 2026
4:47 p.m.
On Thu Apr 23 16:47:29 2026 +0000, Jacek Caban wrote:
I think we should set it to the embedder-specified value here, rather than the user default. What you are observing is likely an effect of `ActiveScriptSite_GetLCID` in run.c being implemented using `GetUserDefaultLCID`. If I change that, the test fails. We should probably store it separately from the "current" LCID, so that it is possible to revert after `SetLocale` changes the current locale. Are the changes I made what you wanted?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10504#note_137480