Can not change language from GNOME settings

I set 3 languages and set default language too. If i wanted to change system language to russian all system things stays on default langauge because I set it on my last nixos-rebuild with uz_UZ.UTF-8.

i18n = {
    defaultLocale = "uz_UZ.UTF-8";
    extraLocales = [
      "en_US.UTF-8/UTF-8"
      "ru_RU.UTF-8/UTF-8"
      "uz_UZ.UTF-8/UTF-8"
    ];
    supportedLocales = [
      "en_US.UTF-8/UTF-8"
      "ru_RU.UTF-8/UTF-8"
      "uz_UZ.UTF-8/UTF-8"
    ];
};

My question is how can I dynamicly change system language on gnome-control-settings without nix config.

1 Like

I have the same problem. When I was looking for solutions, I found two that seemed to solve the problem, but now they don’t work (perhaps they worked before, since both were opened 6 years ago).

https://www.reddit.com/r/NixOS/comments/dck6o1/how_to_change_locale_settings/