我的 Firefox 和 Thunderbird 的标准语言是荷兰语。当我使用终端以 -ProfileManager 选项打开 Firefox 或 Thunderbird 时,生成的 ProfileManager 是英文的。如何在 ProfileManager 中将语言更改为荷兰语?
答案1
您可以在此处下载 Firefox 的完整本地化版本:
http://www.mozilla.org/en-US/firefox/all.html
然后提取它/home/{yourusername}/programs/firefox/
然后,创建一个目录/home/{yourusername}/bin/
并在该目录中创建一个符号链接“firefox”,指向/home/{yourusername}/programs/firefox/firefox
。
从您下次登录开始,所有对“firefox”的调用(包括通过系统菜单)都应该调用您自己的本地化版本的 Firefox,而不是 Ubuntu 维护的版本。
(这就是我所做的,因为我使用的是 Firefox 的夜间版本,而不是 Ubuntu 维护的版本。)