http://bugs.winehq.org/show_bug.cgi?id=19821
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2009-08-23 22:54:09 --- (In reply to comment #6)
If "Nls" key is 0409 (English) then Autohotkey reports to the scripts which are using the internal AHK variable "A_Language" they're under an english environment. Which is not the case, as other apps show correctly. But the - maybe wrong - assumption of AHK with using "Nls" key works well under Windows.
That can't work under Windows. For instance my version of XP is English (and InstallLanguage is 409), but the locale is Russian (419). So Wine can be treated as an English OS with Russian locale/language pack.
I'd suggest to report the bug to AutoHotKey developers.