<?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 Re: How to change language of SAS EG Results tabs? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100605#M8909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to say that I ran:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc options group=languagecontrol; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;and ES_ES was the default language.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Then I ran:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;OPTIONS LOCALE=EN_US&lt;/SPAN&gt;; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;which changed the language to EN_US&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;but the output still gives the names of the summary statistics variables in Spanish. i.e. nothing has changed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Ian.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 18:43:43 GMT</pubDate>
    <dc:creator>iank</dc:creator>
    <dc:date>2014-03-24T18:43:43Z</dc:date>
    <item>
      <title>How to change language of SAS EG Results tabs?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100602#M8906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For some reason the column headers on tables in results tab display in German.&amp;nbsp; All other EG menus are English.&amp;nbsp; I live in Switzerland using a local PC but the Windows 7 Regional Settings are set to US English.&amp;nbsp; Can anyone advise on how to make the results tab content display in English as well?&amp;nbsp;&amp;nbsp;&amp;nbsp; See attached screen shot.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11018i4EE4A67BB5E5FD92/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SAS EG Results tab.PNG" title="SAS EG Results tab.PNG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 08:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100602#M8906</guid>
      <dc:creator>rdoshi10</dc:creator>
      <dc:date>2013-10-02T08:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to change language of SAS EG Results tabs?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100603#M8907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the LOCALE= and other options for your SAS session:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc options group=languagecontrol; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the results to be in English, run OPTIONS LOCALE=EN_US.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You say that the Windows 7 Regional Settings are set to US English.&amp;nbsp; I would expect the EG locale to also use US English.&amp;nbsp; Obviously the application uses English in the UI, but that may be because you do not have the German localizations installed for EG.&amp;nbsp; It's also possible that your local version of SAS is configured to run in German by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to "force" EG to a specific locale: change your EG shortcut to include a command-line argument:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;../SEGuide.exe /culture:en&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 12:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100603#M8907</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2013-10-02T12:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change language of SAS EG Results tabs?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100604#M8908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exactly the same problem, except my SAS version is in Spanish. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have done: Options&amp;gt;&amp;gt;General EG language settings set to English (United States) and also checked the Set server locale on selected EG language, which means my EG interface is all in English, but the results come out in Spanish. See the attached screen shot. Where it should say "Procedure", out comes Spanish "Procedimiento"; where it should say "Variable of Analysis", the equivalent is Spanish comes out; same for all the names of the summary statistics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run Windows 7, 64 bit version of EG and Base SAS of 9.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some one please let us know how to change this so the results come out in English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura1.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5822_Captura1.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100604#M8908</guid>
      <dc:creator>iank</dc:creator>
      <dc:date>2014-03-24T18:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to change language of SAS EG Results tabs?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100605#M8909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to say that I ran:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc options group=languagecontrol; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;and ES_ES was the default language.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Then I ran:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;OPTIONS LOCALE=EN_US&lt;/SPAN&gt;; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;which changed the language to EN_US&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;but the output still gives the names of the summary statistics variables in Spanish. i.e. nothing has changed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Ian.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:43:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-language-of-SAS-EG-Results-tabs/m-p/100605#M8909</guid>
      <dc:creator>iank</dc:creator>
      <dc:date>2014-03-24T18:43:43Z</dc:date>
    </item>
  </channel>
</rss>

