<?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 Supported languages in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268154#M221284</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;How I can get list of supported languages via webscript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 06:56:10 GMT</pubDate>
    <dc:creator>mrgrechkinn</dc:creator>
    <dc:date>2012-02-27T06:56:10Z</dc:date>
    <item>
      <title>Supported languages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268154#M221284</link>
      <description>Hello,How I can get list of supported languages via webscript?</description>
      <pubDate>Mon, 27 Feb 2012 06:56:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268154#M221284</guid>
      <dc:creator>mrgrechkinn</dc:creator>
      <dc:date>2012-02-27T06:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Supported languages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268155#M221285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess if you have the java backed webscript and once you have control in that class you can work with any language supported by java by setting proper Locale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please clarify if this is not you mean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 11:08:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268155#M221285</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-02-27T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Supported languages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268156#M221286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just need gets languages declared in web-client-config.xml via webscript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;LanguagesConfigElement langConfig = (LanguagesConfigElement)configService.getConfig("Languages").getConfigElement(LanguagesConfigElement.CONFIG_ELEMENT_ID);&lt;BR /&gt;for (String locale : langConfig.getLanguages()) {&lt;BR /&gt; ……&lt;BR /&gt;}&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;BR /&gt;&lt;SPAN&gt;But it Java, not js. How I can write same but on js.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 08:58:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268156#M221286</guid>
      <dc:creator>mrgrechkinn</dc:creator>
      <dc:date>2012-02-28T08:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Supported languages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268157#M221287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out this js file it shows you how to read the configs in js file of your share from installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WEB-INF/classes/alfresco/site-webscripts/org/alfresco/config.lib.js&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 11:28:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268157#M221287</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-02-28T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Supported languages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268158#M221288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried create a same script, but a have "null" object when execute:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;config.scoped["Languages"]["languages"]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Eugene&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 11:47:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268158#M221288</guid>
      <dc:creator>mrgrechkinn</dc:creator>
      <dc:date>2012-02-28T11:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Supported languages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268159#M221289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried investigate it, and it seems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)from alfresco webscript config variable use "spring-webscript-config.xml" and custom.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)from share webscript config variable use "share-config.xml" and -custom.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I tried debug remotly for config.getScoped["Languages"] BaseConfigService class has only "Remote" and "Server" areas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So for now, I don't know what do next.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Eugene.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 12:17:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268159#M221289</guid>
      <dc:creator>mrgrechkinn</dc:creator>
      <dc:date>2012-02-28T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Supported languages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268160#M221290</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>Wed, 07 Mar 2012 08:22:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/supported-languages/m-p/268160#M221290</guid>
      <dc:creator>mrgrechkinn</dc:creator>
      <dc:date>2012-03-07T08:22:33Z</dc:date>
    </item>
  </channel>
</rss>

