<?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: Remove or deactivite language pack in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264994#M218124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I guess that the best way to do this is to override the Alfresco default configuration in alfresco/extension/web-client-config-custom.xml with the code below. The attribute replace means that the default configuration will be replaced by this one!&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Languages" replace="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– the list of available language files –&amp;gt;&lt;BR /&gt;&amp;nbsp;&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;nbsp;&amp;lt;language locale="pt_BR"&amp;gt;Portuguese (Brazil)&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&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;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;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It might be, but that's for the wrong client!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 13:34:30 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2011-03-02T13:34:30Z</dc:date>
    <item>
      <title>Remove or deactivite language pack</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264991#M218121</link>
      <description>Hey everyone,First of all, thank you very much for all the good work that you have put in to Alfresco, it is really an amazing application.With the latest language packs included in Alfresco, i would like to know if there is a way to force all users to use English or another language in the share in</description>
      <pubDate>Thu, 24 Feb 2011 14:16:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264991#M218121</guid>
      <dc:creator>sune_storebjer1</dc:creator>
      <dc:date>2011-02-24T14:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remove or deactivite language pack</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264992#M218122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i found a solution, might not be pretty, but it works : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco:/opt/alfresco-3.4.d/tomcat/webapps/share/WEB-INF/classes# find . -name \*_fr.properties | xargs rm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anybody else have something else, i'm all ear&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;brgs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sune&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 14:53:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264992#M218122</guid>
      <dc:creator>sune_storebjer1</dc:creator>
      <dc:date>2011-02-24T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove or deactivite language pack</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264993#M218123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess that the best way to do this is to override the Alfresco default configuration in alfresco/extension/web-client-config-custom.xml with the code below. The attribute replace means that the default configuration will be replaced by this one!&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;lt;config evaluator="string-compare" condition="Languages" replace="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– the list of available language files –&amp;gt;&lt;BR /&gt;&amp;nbsp;&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;nbsp;&amp;lt;language locale="pt_BR"&amp;gt;Portuguese (Brazil)&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&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;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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 13:27:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264993#M218123</guid>
      <dc:creator>rleones</dc:creator>
      <dc:date>2011-03-02T13:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove or deactivite language pack</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264994#M218124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I guess that the best way to do this is to override the Alfresco default configuration in alfresco/extension/web-client-config-custom.xml with the code below. The attribute replace means that the default configuration will be replaced by this one!&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Languages" replace="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– the list of available language files –&amp;gt;&lt;BR /&gt;&amp;nbsp;&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;nbsp;&amp;lt;language locale="pt_BR"&amp;gt;Portuguese (Brazil)&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&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;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;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It might be, but that's for the wrong client!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 13:34:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264994#M218124</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-03-02T13:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remove or deactivite language pack</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264995#M218125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I guess that the best way to do this is to override the Alfresco default configuration in alfresco/extension/web-client-config-custom.xml with the code below. The attribute replace means that the default configuration will be replaced by this one!&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Languages" replace="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– the list of available language files –&amp;gt;&lt;BR /&gt;&amp;nbsp;&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;nbsp;&amp;lt;language locale="pt_BR"&amp;gt;Portuguese (Brazil)&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&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;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;/BLOCKQUOTE&gt;&lt;BR /&gt;It might be, but that's for the wrong client!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, You're sure! I've forgotten that this one is only for explorer!!! I'm sorry!&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:02:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264995#M218125</guid>
      <dc:creator>rleones</dc:creator>
      <dc:date>2011-03-02T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove or deactivite language pack</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264996#M218126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so, anybody found any solution to strict usage of only one hard-setted language, despite of browser locale-settings for Share component?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:19:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264996#M218126</guid>
      <dc:creator>i_</dc:creator>
      <dc:date>2013-04-08T05:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remove or deactivite language pack</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264997#M218127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;UP!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 11:23:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-or-deactivite-language-pack/m-p/264997#M218127</guid>
      <dc:creator>nerio</dc:creator>
      <dc:date>2014-05-26T11:23:49Z</dc:date>
    </item>
  </channel>
</rss>

