GijsTimmers / kotnetcli

An easy automated way to log in on Kotnet.
GNU General Public License v3.0
5 stars 4 forks source link

Set locale #29

Closed jovanbulck closed 9 years ago

jovanbulck commented 9 years ago

You should check whether adding:

import locale
locale.setlocale(locale.LC_ALL, '')

to the start of the program, changes the dialog messages to your default locale language (dutch)?

See eg http://pythondialog.sourceforge.net/#example

GijsTimmers commented 9 years ago

No, that does nothing

jovanbulck commented 9 years ago

ok, I guess we'll have to replace the numbers with string constants int the correct language then when supporting multiple languages in future...