Hey @Agustin_Viera,
Have you tried the solution outlined here?
- Create a
packages.txtfile and add the linelocales-all- Make sure your Python code is the following:
import locale locale.setlocale(locale.LC_ALL, "es_ES")
Hey @Agustin_Viera,
Have you tried the solution outlined here?
- Create a
packages.txtfile and add the linelocales-all- Make sure your Python code is the following:
import locale locale.setlocale(locale.LC_ALL, "es_ES")