Hello. After updating to version 1.9.3, the language settings have disappeared
Russian and Ukrainian are not used. It also does not work through the console. What should I do?..
Problem on ubuntu 22.04
I haven’t updated servers with debian 12 yet.
Hello. After updating to version 1.9.3, the language settings have disappeared
Russian and Ukrainian are not used. It also does not work through the console. What should I do?..
Problem on ubuntu 22.04
I haven’t updated servers with debian 12 yet.
If system wide, use v-change-sys-language
, and if limited to a user use v-change-user-language
.
Example: v-change-sys-language ru
/ v-change-user-language admin en
Update: check for your system available languages via v-list-sys-languages
None of this works. (
what is the output or error if any?
I do the same. And I checked the box to apply to all. It doesn’t work. Before the update everything was fine.
Any errors
Is the en_US locale installed on the server?
It’s funny, of course. I delivered en_US.utf8 and it worked. Very strange. This is an Oracle server. It worked somehow before the update. I don’t understand.
Manual:
apt install -y locales
locale-gen en_US.UTF-8
update-locale LANG=en_US.UTF-8
source /etc/default/locale
reboot
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.