This commit is contained in:
Kovid Goyal 2007-11-10 19:31:09 +00:00
parent 7f33868561
commit 644ac99bbd

View File

@ -213,14 +213,14 @@ You can uninstall a driver by right clicking on it and selecting uninstall.
<li>In order for the conversion of RTF to LRF to support WMF images (common in older RTF files) you need to install ImageMagick.</li> <li>In order for the conversion of RTF to LRF to support WMF images (common in older RTF files) you need to install ImageMagick.</li>
<li>In order for localization of the user interface in your language you must create the file <code>~/.MacOSX/environment.plist</code> as shown below: <li>In order for localization of the user interface in your language you must create the file <code>~/.MacOSX/environment.plist</code> as shown below:
<pre class="wiki"> <pre class="wiki">
<?xml version="1.0" encoding="UTF-8"?> &lt;?xml version="1.0" encoding="UTF-8"?&gt;
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> &lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
<plist version="1.0"> &lt;plist version="1.0"&gt;
<dict> &lt;dict&gt;
<key>LANG</key> &lt;key&gt;LANG&lt;/key&gt;
<string>de_DE</string> &lt;string&gt;de_DE&lt;/string&gt;
</dict> &lt;/dict&gt;
</plist> &lt;/plist&gt;
</pre> </pre>
The example above is for the German language. Substitute the language code you need. The example above is for the German language. Substitute the language code you need.
After creating the file you need to log out and log in again for the changes to become After creating the file you need to log out and log in again for the changes to become