locale.resetlocale(category=LC_ALL)
Sets the locale for category to the default setting.
The default setting is determined by calling getdefaultlocale()
. category defaults to LC_ALL
.
locale.resetlocale(category=LC_ALL)
Sets the locale for category to the default setting.
The default setting is determined by calling getdefaultlocale()
. category defaults to LC_ALL
.
Please login to continue.