summaryrefslogtreecommitdiffstats
path: root/faq/en/faq_003.xml
diff options
context:
space:
mode:
authorpknbe <pknbe>2010-07-30 02:16:31 +0000
committerpknbe <pknbe>2010-07-30 02:16:31 +0000
commita2bb0bac5c6bb2596254343571ebd4af99043ae7 (patch)
tree12294be2f40adb97b137c40bf6458ec0ff1ba63b /faq/en/faq_003.xml
parentde07edb51aad5d9fff378fadc64946d12d8f4efd (diff)
downloadsylpheeddoc-doc-a2bb0bac5c6bb2596254343571ebd4af99043ae7.tar.gz
sylpheeddoc-doc-a2bb0bac5c6bb2596254343571ebd4af99043ae7.tar.xz
sylpheeddoc-doc-a2bb0bac5c6bb2596254343571ebd4af99043ae7.zip
COPYING: Add a copy of the GFDL 1.2 to distribute it within release tarball.
LICENSE: Add a legal notice to distribute it within release tarball. faq_001.xml: First round of updates with regard to Sylpheed 3.1. faq_002.xml: Ditto. faq_003.xml: Ditto. sylpheed-faq.sgml: Remove old SGML FAQ document.
Diffstat (limited to 'faq/en/faq_003.xml')
-rw-r--r--faq/en/faq_003.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/faq/en/faq_003.xml b/faq/en/faq_003.xml
index d83ede4..be6c86d 100644
--- a/faq/en/faq_003.xml
+++ b/faq/en/faq_003.xml
@@ -9,6 +9,17 @@
<para>You have to set some environment variables, such as
<envar>LANG</envar>, <envar>LC_CTYPE</envar>, <envar>LC_MESSAGES</envar> to your local language.
Usually <envar>LANG</envar> (or <envar>LC_ALL</envar>) is sufficient. Note that modern distributions and operating systems do this for you automatically.</para>
+ <para>Under UNIX, if you need to set e.g. the <envar>LANG</envar> environment variable manually, execute the following command (using <literal>sh</literal> or related shell):</para>
+ <para><command>export LANG=<replaceable>value</replaceable></command></para>
+ <para>Replace <replaceable>value</replaceable> with a valid ISO <ulink url="http://en.wikipedia.org/wiki/Language_code">language code</ulink> (e.g. <literal>en_GB</literal> for British English).</para>
+ <para>If you intend to set the displayed language manually under Windows, you can do so by creating the
+<envar>LANG</envar> environment variable with a valid ISO language code value under <menuchoice>
+ <guimenu>Control Panel</guimenu>
+ <guimenuitem>System</guimenuitem>
+ <guisubmenu>Advanced</guisubmenu>
+ <guibutton>Environment Variables</guibutton>
+ </menuchoice>.</para>
+ <para>Also see the <link linkend="faq-environment-variables">question</link> regarding environment variables that have effect on Sylpheed.</para>
</answer>
</qandaentry>
<qandaentry>
@@ -279,4 +290,4 @@ parameter. Example: <command>gedit &apos;%s&apos;</command></para>
</answer>
</qandaentry>
</qandaset>
-</chapter> \ No newline at end of file
+</chapter>