<?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 Different Languages lead to unsynced behaviour! in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262557#M215687</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've already posted this &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ALF-8566" rel="nofollow noopener noreferrer"&gt;in the bugtracker&lt;/A&gt;&lt;SPAN&gt; but since there are more people reading this forum, I'll also post it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've experienced some very weird behaviour of Alfresco Share: when our users have different languages set up&amp;nbsp; some content gets out of sync - we could reproduce this for Site descriptions and for data lists. Especially for data lists this is very unfortunate and creates lots of confusion. Has anybody else encountered this problem as well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 May 2011 10:24:42 GMT</pubDate>
    <dc:creator>goldmar</dc:creator>
    <dc:date>2011-05-08T10:24:42Z</dc:date>
    <item>
      <title>Different Languages lead to unsynced behaviour!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262557#M215687</link>
      <description>Hello,I've already posted this in the bugtracker but since there are more people reading this forum, I'll also post it here:We've experienced some very weird behaviour of Alfresco Share: when our users have different languages set up&amp;nbsp; some content gets out of sync - we could reproduce this for Site</description>
      <pubDate>Sun, 08 May 2011 10:24:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262557#M215687</guid>
      <dc:creator>goldmar</dc:creator>
      <dc:date>2011-05-08T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different Languages lead to unsynced behaviour!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262558#M215688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anybody know how I can disable language detection in Share? I've already tried to remove all the language properties files; but it did not help: The effect was that the user interface stayed in English but the multi language fields (site description, datalists) still displayed different values depending on the user's browser locale setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the easiest solution would be to stop Alfresco Share from detecting the browser locale and instead set it to en_US or something like that. However, even after some research I could not find the place where Share detects the locale… any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2011 11:54:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262558#M215688</guid>
      <dc:creator>goldmar</dc:creator>
      <dc:date>2011-05-15T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Different Languages lead to unsynced behaviour!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262559#M215689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I've solved the problem now by changing the HTTP header in Apache:&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;nbsp;&amp;nbsp; &amp;lt;Location "/share"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RequestHeader set Accept-Language "en"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Location&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Not the prettiest solution but it works…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2011 12:06:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262559#M215689</guid>
      <dc:creator>goldmar</dc:creator>
      <dc:date>2011-05-15T12:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Different Languages lead to unsynced behaviour!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262560#M215690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're having the same problem with 3.4.d (community).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this somehow resolved in newer version/s or somehow fixable other way than forcing language on tomcat?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 08:41:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262560#M215690</guid>
      <dc:creator>matjazmuhic</dc:creator>
      <dc:date>2012-02-10T08:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Different Languages lead to unsynced behaviour!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262561#M215691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is still working the same way, I've written about it here&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://loftux.com/2011/10/30/alfresco-multilingual-properties-feature-or-bug/" rel="nofollow noopener noreferrer"&gt;http://loftux.com/2011/10/30/alfresco-multilingual-properties-feature-or-bug/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 10:11:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/different-languages-lead-to-unsynced-behaviour/m-p/262561#M215691</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2012-02-10T10:11:35Z</dc:date>
    </item>
  </channel>
</rss>

