<?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: Is it possible to localize Project/Shared parameter names and schedule names in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/5424142#M74861</link>
    <description>&lt;P&gt;Thank you for the information Jeremy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me respond you your question about the type of parameters.&amp;nbsp; We are creating them via the API as Project Parameters:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/143271i37931FCDE8BC0E44/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Project Parameters Added" alt="Project Parameters Added" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then adding them to elements:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/143272i6CEC1D4E4E20DBCC/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Parameters Added To Room" alt="Parameters Added To Room" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like "Space", "Name", and "UseClassification" to follow the language Revit is currently using.&amp;nbsp; We do this with the rest of our Add-In (the ribbon labels, dialogs, etc.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In reading the information you provided, the process of translating the parameters doesn't seem like it would switch the parameter labels if a different user opens the model using a different language version of Revit.&amp;nbsp; Am I correct about that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the same question/problem with Schedule names.&amp;nbsp; If we create the schedule with a Spanish label, and a user opens the model with English Revit, he will see the Spanish schedule name; there isn't a way for us to provide translations.&amp;nbsp; Am I correct about that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be a great enhancement for the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;-Ed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Nov 2014 17:08:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-25T17:08:59Z</dc:date>
    <item>
      <title>Is it possible to localize Project/Shared parameter names and schedule names?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/5423186#M74859</link>
      <description>&lt;P&gt;I am building an Add-In that creates some parameters and schedules as part of the functionality.&amp;nbsp; I also need to access the parameters within my Add-In.&amp;nbsp; However, we are creating the Add-In to support users with different languages, by following the currently running Revit Language.&amp;nbsp; I notice that the built-in parameters (like Room Area, Number, Name, etc.) are localized, but I can't see how to do that with the parameters I add.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2014 00:14:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/5423186#M74859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-25T00:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to localize Project/Shared parameter names and schedule names</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/5423462#M74860</link>
      <description>&lt;P&gt;Dear Ed,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, tricky area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do not specify whether you are talking about &lt;STRONG&gt;family&lt;/STRONG&gt; parameters or &lt;STRONG&gt;shared&lt;/STRONG&gt; parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Family&lt;/STRONG&gt; parameters are identified by their name only, making them very hard indeed to localise. I would recommand just using characters like A, B, C, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Possibly prefixing them with your four character registered developer symbol, e.g. ESIL_A, ESIL_B, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Shared&lt;/STRONG&gt; parameters can be identified using a GUID instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;People have apparently succeeded at manipulating the shared parameter file to produce identical shared parameters with identical GUIDs in different languages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/11/translated-shared-parameter-guid-consolidation.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/11/translated-shared-parameter-guid-consolidation.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oh, actually you do specify which parameters you mean, in the title. Sorry, missed that, just looking at the text.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding &lt;STRONG&gt;project&lt;/STRONG&gt; parameters, I would suggest forgetting about them completely, if you can. As far as I know, we have very little if any programmatic access to those at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2014 08:11:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/5423462#M74860</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-11-25T08:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to localize Project/Shared parameter names and schedule names</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/5424142#M74861</link>
      <description>&lt;P&gt;Thank you for the information Jeremy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me respond you your question about the type of parameters.&amp;nbsp; We are creating them via the API as Project Parameters:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/143271i37931FCDE8BC0E44/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Project Parameters Added" alt="Project Parameters Added" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then adding them to elements:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/143272i6CEC1D4E4E20DBCC/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Parameters Added To Room" alt="Parameters Added To Room" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like "Space", "Name", and "UseClassification" to follow the language Revit is currently using.&amp;nbsp; We do this with the rest of our Add-In (the ribbon labels, dialogs, etc.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In reading the information you provided, the process of translating the parameters doesn't seem like it would switch the parameter labels if a different user opens the model using a different language version of Revit.&amp;nbsp; Am I correct about that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the same question/problem with Schedule names.&amp;nbsp; If we create the schedule with a Spanish label, and a user opens the model with English Revit, he will see the Spanish schedule name; there isn't a way for us to provide translations.&amp;nbsp; Am I correct about that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be a great enhancement for the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;-Ed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2014 17:08:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/5424142#M74861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-25T17:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to localize Project/Shared parameter names and schedule names</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/7367059#M74862</link>
      <description>Please refer to the OpenRFA documentation for managing multiple languages in shared parameters: &lt;A href="http://openrfa.org/documentation/regional-multi-language-support" target="_blank"&gt;http://openrfa.org/documentation/regional-multi-language-support&lt;/A&gt;</description>
      <pubDate>Sat, 09 Sep 2017 16:29:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/is-it-possible-to-localize-project-shared-parameter-names-and/m-p/7367059#M74862</guid>
      <dc:creator>jaySZWNK</dc:creator>
      <dc:date>2017-09-09T16:29:35Z</dc:date>
    </item>
  </channel>
</rss>

