<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SAS Change Language in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297352#M270293</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sorry if I am posting this question in the wrong forum - the guys in my office have installed on my computer SAS but all the logs and error messages are in German language and not English &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Is there a quick way I could change this, or do I need to ask the Helpdesk for support?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2016 10:11:49 GMT</pubDate>
    <dc:creator>_SAS_</dc:creator>
    <dc:date>2016-09-09T10:11:49Z</dc:date>
    <item>
      <title>SAS Change Language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297352#M270293</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sorry if I am posting this question in the wrong forum - the guys in my office have installed on my computer SAS but all the logs and error messages are in German language and not English &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Is there a quick way I could change this, or do I need to ask the Helpdesk for support?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 10:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297352#M270293</guid>
      <dc:creator>_SAS_</dc:creator>
      <dc:date>2016-09-09T10:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Change Language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297363#M270294</link>
      <description>&lt;P&gt;Create a new shortcut and enter these lines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the Shortcut target:&lt;/P&gt;&lt;P&gt;"C:\Program Files\SASHome\x86\SASFoundation\9.4\sas.exe" -CONFIG "C:\Program Files\SASHome\x86\SASFoundation\9.4\nls\en\sasv9.cfg"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the shortcut folder: %USERPROFILE%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rename your shortcut as SAS (english)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 11:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297363#M270294</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2016-09-09T11:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Change Language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297380#M270295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Print the following filepath&amp;nbsp;in your editor :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put "%sysfunc(getoption(CONFIG))";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Normally, the filepath(s)&amp;nbsp;could&amp;nbsp;be something like (for 9.4, 9.2/9.3 might be a little different) :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&amp;lt;C:&amp;gt;\&amp;lt;Program files&amp;gt;\&amp;lt;x86 OR x64&amp;gt;\SASFoundation\9.4\nls\&lt;STRONG&gt;de&lt;/STRONG&gt;\sasv9.cfg :&amp;lt;other concatenated paths&amp;gt; etc."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then locate the symetric filepath&amp;nbsp;for the &lt;STRONG&gt;en&lt;/STRONG&gt;glish version :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;C:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;\&amp;lt;Program files&amp;gt;\&amp;lt;x86 OR x64&amp;gt;\SASFoundation\9.4\nls\&lt;STRONG&gt;en&lt;/STRONG&gt;\sasv9.cfg"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Right click on your SAS shortcut / Send to / Create a Desktop Shortcut&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Right click on this last Dekstop shortcut : Properties / Shortcut / Target :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Add/Replace the -CONFIG filepath already in place with the English one :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;sas.exe&amp;gt; -CONFIG "&amp;lt;&lt;SPAN&gt;SASROOT&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;\nls\&lt;STRONG&gt;en&lt;/STRONG&gt;\sasv9.cfg"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Installations may vary according to your environment. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PS. Wasn't aware of the previous post. Sorry for the repeat. Looks like the answer was already posted &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 13:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297380#M270295</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2016-09-09T13:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Change Language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297383#M270296</link>
      <description>Thank you all for your help!</description>
      <pubDate>Fri, 09 Sep 2016 13:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/297383#M270296</guid>
      <dc:creator>_SAS_</dc:creator>
      <dc:date>2016-09-09T13:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Change Language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/323346#M270297</link>
      <description>&lt;P&gt;It s the same my problem, but I m using the version of SAS University Editor with VirtualBox. So how can I do to change the output from french to english?&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 13:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Change-Language/m-p/323346#M270297</guid>
      <dc:creator>Thanhlong</dc:creator>
      <dc:date>2017-01-09T13:43:27Z</dc:date>
    </item>
  </channel>
</rss>

