Mandrake 9.0 應安裝相關rpm
# 安裝locale en, zh-TW
OpenOffice.org-1.0.1-9mdk
OpenOffice.org-l10n-zh-TW-1.0.1-9mdk
OpenOffice.org-l10n-en-1.0.1-9mdk
# 設定L10N
修改 ~/.openoffice/user/config/registry/instance/org/openoffice/Setup.xml
[justins@rosalba justins]$ vi ~/.openoffice/user/config/registry/instance/org/openoffice/Setup.xml
<?xml version="1.0" encoding="UTF-8"?>
<Setup state="modified" cfg
ackage="org.openoffice" xmlns="http://openoffice.org/2000/registry/components/Setup" xmlns:cfg="http://openoffice.org/2000/registry/instance" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
<L10N>
<ooLocale cfg:type="string">zh-TW</ooLocale>
</L10N>
<Office>
<Factories cfg:element-type="Factory">
<Factory cfg:name="com.sun.star.text.TextDocument">
<ooSetupFactoryWindowAttributes cfg:type="string">4,20,920,630;1;</ooSetupFactoryWindowAttributes>
</Factory>
</Factories>
<ooSetupInstallPath cfg:type="string">/home/justins/.openoffice/user</ooSetupInstallPath>
</Office>
</Setup>
參考資料 :
http://justins.jty.com.tw/~justins/gbcount/gb_detail.php?DB_TBL=notes_Linux&id=138
1036425600