Dror Cohen wrote:
> Hi :)
>
> I've been asking about this matter in the python tutor mailing list and
> I've
> been suggested to post my question here, as it was specific to win32api.
> I want to be able to know what is my currently active language, how can I
> do
> that?
Try win32api.GetThreadLocale().
Roger