Thanks, @jojopi.
Here is my particular use case: I have a script that incorporates all the necessary steps to set up a digital picture frame.
It includes geolocation, meaning users can see where they took a photo. These geodata can be shown in the user's language. This requires the country locales to be installed in raspi-config.
I'd like to include the language setting in the script, something like doesn't seem to do the trick.
So what does?
Here is my particular use case: I have a script that incorporates all the necessary steps to set up a digital picture frame.
It includes geolocation, meaning users can see where they took a photo. These geodata can be shown in the user's language. This requires the country locales to be installed in raspi-config.
I'd like to include the language setting in the script, something like
Code:
sudo locale-gen de_DE.UTF-8
So what does?
Statistics: Posted by sapnho — Sun Nov 10, 2024 8:57 am