April 23, 2026
4:29 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. -- v6: vbscript: Pass script LCID to VariantChangeType in to_string helper. vbscript: Use script LCID in Format* and call SetThreadLocale. vbscript: Implement GetLocale and SetLocale functions. https://gitlab.winehq.org/wine/wine/-/merge_requests/10504