Hi @tlary, welcome to the Streamlit community! I submitted a PR to your package, and German should now be your default.
@m-hammaad, you can do the following:
- Create a
packages.txt
file and add the linelocales-all
- Make sure your Python code is the following:
import locale
locale.setlocale(locale.LC_ALL, "de_DE")
Best,
Randy