Default language of snapshot builds
-
Just curious. I have been compiling the stable release source for use on a Raspberry Pi OS for ARM64. Today on a whim I decided to compile one of the snapshot builds, and when I ran it I found that it defaulted to French. Is this typical of the snapshot builds? A problem with my locale settings? Not a big deal to change it in settings after first launch, but could someone point me in the right direction to a config file in the source to set the default language?
-
The default is "use the system default", which will whatever RC_LANG or RC_LC_ALL is set to on your system.
The configuration is "language" under [behaviour] in ~/.config/strawberry/strawberry.conf, this file does not exist until the first time you save settings.