<?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: Internationalize folder names in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68671#M44055</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;I am currently trying Alfresco for my company. In this context, we would like to localize all space names too. But … I cannot find how to do it while this seems possible. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We also tried the Language content filter function in User preferences but it appears that documents are not filtered: the user who is e.g. attached the French language can see all documents, no matter whether the English locale has been attached to the document involved&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help further?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 10:33:49 GMT</pubDate>
    <dc:creator>fredericfontbon</dc:creator>
    <dc:date>2007-03-20T10:33:49Z</dc:date>
    <item>
      <title>Internationalize folder names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68667#M44051</link>
      <description>Hi,Maybe this is a dumb question but…is it possible to get one name or another for a folder based on the localization?For example, I create a folder for tutorials… and I want the web client to show "Tutorials" as name when I've defined English as language or "Tutoriales" if language is Spanish and s</description>
      <pubDate>Tue, 30 Jan 2007 13:29:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68667#M44051</guid>
      <dc:creator>doblek</dc:creator>
      <dc:date>2007-01-30T13:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Internationalize folder names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68668#M44052</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;It is possible, with V2.0, to configure the necessary components and model to support the locale-specific storage of any text field.&amp;nbsp; You need to override the &lt;/SPAN&gt;&lt;STRONG&gt;nodeService&lt;/STRONG&gt;&lt;SPAN&gt; bean to add a &lt;/SPAN&gt;&lt;STRONG&gt;MLPropertyInterceptor&lt;/STRONG&gt;&lt;SPAN&gt; and modify the &lt;/SPAN&gt;&lt;STRONG&gt;cm:title&lt;/STRONG&gt;&lt;SPAN&gt; property to be type &lt;/SPAN&gt;&lt;STRONG&gt;d:mltext&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This stuff is still in it's early days.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 11:57:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68668#M44052</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-02-22T11:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internationalize folder names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68669#M44053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try to take a look… though it seems little bit complicated =/ I have problems creating "custom actions" (where there is an step-by-step guide =/) so maybe, overriding nodeService bean is beyond my capabilities&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for the info… &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 13:31:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68669#M44053</guid>
      <dc:creator>doblek</dc:creator>
      <dc:date>2007-02-23T13:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Internationalize folder names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68670#M44054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can look through the history of the &lt;/SPAN&gt;&lt;STRONG&gt;node-services-context.xml&lt;/STRONG&gt;&lt;SPAN&gt; and you should see the ML config go in and then out again.&amp;nbsp; When I get the chance, I'll put together a &lt;/SPAN&gt;&lt;STRONG&gt;.sample&lt;/STRONG&gt;&lt;SPAN&gt; override file for it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 14:28:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68670#M44054</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-02-23T14:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Internationalize folder names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68671#M44055</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;I am currently trying Alfresco for my company. In this context, we would like to localize all space names too. But … I cannot find how to do it while this seems possible. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We also tried the Language content filter function in User preferences but it appears that documents are not filtered: the user who is e.g. attached the French language can see all documents, no matter whether the English locale has been attached to the document involved&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help further?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:33:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68671#M44055</guid>
      <dc:creator>fredericfontbon</dc:creator>
      <dc:date>2007-03-20T10:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Internationalize folder names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68672#M44056</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;The property filtering (e.g. space name) has to be activated using some configuration overrides.&amp;nbsp; I've added&amp;nbsp; a &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/browse/DOC-16" rel="nofollow noopener noreferrer"&gt;JIRA task&lt;/A&gt;&lt;SPAN&gt; for the documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 12:11:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68672#M44056</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-03-26T12:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Internationalize folder names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68673#M44057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, would it be possible in the same vein to internazionalize categories ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, having 'regions' show as 'aree geografiche' or something else depending on the language of the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This sounds very important to us.. even if this requires customizing the web client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2007 14:06:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/internationalize-folder-names/m-p/68673#M44057</guid>
      <dc:creator>mr_g_c_</dc:creator>
      <dc:date>2007-05-12T14:06:45Z</dc:date>
    </item>
  </channel>
</rss>

