hi,
the problem is, if you clean your browser on close it, the cookies are deleted and after next start custumer has already wrong language on login page. The best was using system language as standard.
regards
right, but a many custs have enabled this option... we do add a request in tracker - ok.
/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
render_language: function (value) {
if (!value) {
return Proxmox.Utils.defaultText + ' (English)';
}
var text = Proxmox.Utils.language_map[value];
if (text) {
return text + ' (' + value + ')';
}
return value;
},
language_array: function() {
var data = [['__default__', Proxmox.Utils.render_language('')]];
Ext.Object.each(Proxmox.Utils.language_map, function(key, value) {
data.push([key, Proxmox.Utils.render_language(value)]);
});
return data;
},
Thank you very much, it works for me too!Hello, I know this is a very old subject, but I was looking for that option too, and manage to do it by just adding this in the
/etc/pve/datacenter.cfg,
under the "keyboard: fr" just add :
language: fr
save and restart the pveproxy.service.
it did it for me!
We use essential cookies to make this site work, and optional cookies to enhance your experience.