<?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: Multilingual metadata using JavaScript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multilingual-metadata-using-javascript/m-p/85608#M57769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, using Freemarker in web scripts, can I access to Locale value?? And, if I change this variable, can I use the multilingual metadata option? Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;#assign locale="es_ES"&amp;gt;&lt;BR /&gt;node.properties['cm:description']="En espaÃƒÂ±ol";&lt;BR /&gt;node.save();&lt;BR /&gt;&amp;lt;#assign locale="en_EN"&amp;gt;&lt;BR /&gt;node.properties['cm:description']="In english";&lt;BR /&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;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much! Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Santigt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;It's one of those bits we haven't got to yet.&amp;nbsp; You'll have to do the setting through Java at the moment - but you can still use the Web Script framework with Java backing the actions.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Paul.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 10:49:07 GMT</pubDate>
    <dc:creator>santigt</dc:creator>
    <dc:date>2007-07-13T10:49:07Z</dc:date>
    <item>
      <title>Multilingual metadata using JavaScript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multilingual-metadata-using-javascript/m-p/85606#M57767</link>
      <description>Hi all!I want to use Alfresco JavaScript to create webscripts. The problem is that I don't know how can I fill multilingual properties.When I import contents, I put this:&amp;lt;cm:biography&amp;gt;{en=this is the biography,es=esta es la biografia}&amp;lt;cm:biography&amp;gt; ‍Obviously, If I put this in JavaScript</description>
      <pubDate>Thu, 12 Jul 2007 06:31:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multilingual-metadata-using-javascript/m-p/85606#M57767</guid>
      <dc:creator>santigt</dc:creator>
      <dc:date>2007-07-12T06:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multilingual metadata using JavaScript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multilingual-metadata-using-javascript/m-p/85607#M57768</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's one of those bits we haven't got to yet.&amp;nbsp; You'll have to do the setting through Java at the moment - but you can still use the Web Script framework with Java backing the actions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 08:48:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multilingual-metadata-using-javascript/m-p/85607#M57768</guid>
      <dc:creator>paulhh</dc:creator>
      <dc:date>2007-07-13T08:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multilingual metadata using JavaScript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multilingual-metadata-using-javascript/m-p/85608#M57769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, using Freemarker in web scripts, can I access to Locale value?? And, if I change this variable, can I use the multilingual metadata option? Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;#assign locale="es_ES"&amp;gt;&lt;BR /&gt;node.properties['cm:description']="En espaÃƒÂ±ol";&lt;BR /&gt;node.save();&lt;BR /&gt;&amp;lt;#assign locale="en_EN"&amp;gt;&lt;BR /&gt;node.properties['cm:description']="In english";&lt;BR /&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;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much! Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Santigt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;It's one of those bits we haven't got to yet.&amp;nbsp; You'll have to do the setting through Java at the moment - but you can still use the Web Script framework with Java backing the actions.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Paul.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 10:49:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multilingual-metadata-using-javascript/m-p/85608#M57769</guid>
      <dc:creator>santigt</dc:creator>
      <dc:date>2007-07-13T10:49:07Z</dc:date>
    </item>
  </channel>
</rss>

