I don't know about anyone else but this is exceptionally frustrating. I'm looking for the entire list of options I can use for locale
option in method locale.setlocale()
. I've seen a list of some examples like "en_US.UTF8" and "de" and "fr_FR". Where is the entire list of options I can use?
Python documentation:
Stack Overflow examples: