<?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 Changing the default language in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161068#M115021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to change the default language suggested by the Web Client (English) to a different language?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2008 12:08:24 GMT</pubDate>
    <dc:creator>theorbix</dc:creator>
    <dc:date>2008-04-01T12:08:24Z</dc:date>
    <item>
      <title>Changing the default language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161068#M115021</link>
      <description>Hello,Is there a way to change the default language suggested by the Web Client (English) to a different language?</description>
      <pubDate>Tue, 01 Apr 2008 12:08:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161068#M115021</guid>
      <dc:creator>theorbix</dc:creator>
      <dc:date>2008-04-01T12:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the default language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161069#M115022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way is to add the following to your web-client-config-custom.xml in your extension folder:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;config evaluator="string-compare" condition="Languages"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– the list of available language files –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;languages&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;language locale="en_EN"&amp;gt;English&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/languages&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then modify the language to match whatever you need the default to be. You can have more than one language here. The first in the list will be the default selection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Alaaeldin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 19:11:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161069#M115022</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2008-04-05T19:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the default language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161070#M115023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the hint… but it does not seem to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I've put in the web-client-config-custom.xml file (note that I removed English from the list):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;languages&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;language locale="it_IT"&amp;gt;Italian&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;language locale="de_DE"&amp;gt;German&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;language locale="fr_FR"&amp;gt;French&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/languages&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;So in theory the default language in the "Language" drop-down list on the login page should be Italian… but English is still present in the drop down, as the default language.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 09:57:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161070#M115023</guid>
      <dc:creator>theorbix</dc:creator>
      <dc:date>2008-04-08T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the default language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161071#M115024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to add the attribute replace="true" to the &amp;lt;config&amp;gt; element if you wish your list to override the languages provided in the webapp - the default behaviour is simply to add to those defined in web-client-config.xml, which is why English is still showing up for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;config evaluator="string-compare" condition="Languages" replace="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interestingly, when I tried this the login screen itself still came up in English, but the option did indeed disappear from the drop-down. That could be a limitation or something to do with my browser. If it is a limitation then I would expect the upcoming language detection stuff to fix that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:14:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161071#M115024</guid>
      <dc:creator>wabson</dc:creator>
      <dc:date>2008-04-08T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the default language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161072#M115025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just to add - the language which Alfresco appears in when a user begins a new session is that of the server's current locale. For details of how to change this using the JAVA_OPTS variable, see this post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?f=16&amp;amp;t=11265" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?f=16&amp;amp;t=11265&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 09:36:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161072#M115025</guid>
      <dc:creator>wabson</dc:creator>
      <dc:date>2008-04-21T09:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the default language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161073#M115026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know this is an old topic but the tip from wabson still working on 4.2f. The file where We need to change the locale changes from alfresco.sh to /opt/alfresco-4.2.f/tomcat/scripts/ctl.sh works like a charm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Guilherme Gaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 19:10:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-default-language/m-p/161073#M115026</guid>
      <dc:creator>guigsilva</dc:creator>
      <dc:date>2014-05-09T19:10:17Z</dc:date>
    </item>
  </channel>
</rss>

