April 21, 2026
12:08 p.m.
Implements `GetLocale` and `SetLocale` (previously stubbed as `E_NOTIMPL`) and makes the locale-sensitive `Format*` built-ins actually respect the script's current locale. This mimics the jscript implementation. -- v5: vbscript: Pass script LCID to VariantChangeType in to_string helper. vbscript: Use script LCID in Format* and call SetThreadLocale. https://gitlab.winehq.org/wine/wine/-/merge_requests/10504