The following code fails in my Python script:
locale.setlocale(locale.LC_NUMERIC, 'en_IN')
Locale -a command in powershell gives me the following:
C
C.UTF-8
en_US
en_US.utf8
POSIX
Requesting for help as I'm not sure how to add en_IN to the locale on my azure app and then use it in my Python code.
Thanks for your help.