Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Translation for Dynamic Content in EPiServer 7.5

Vote:
 

Hello!

I would like to know how to add translations for a dynamic content plugin in EPiServer 7.5. In EpiServer 6 the settings would be added as properties in the common section, as follows:


  
    
      
        
          Länk
          
        
        
          Alternativ videobeskrivning
          
        
      
    
  


I read this post http://world.episerver.com/blogs/Linus-Ekstrom/Dates/2013/12/New-standardized-format-for-content-type-localizations/  but it doesn't describe how to make it work for dynamic content and other plugins.
I have tried to add the translations in the section in the new structure, with no success.

Any help would be appreciated!

/Kenia

#119974
Apr 08, 2015 11:39
Vote:
 

Hi Kenia! This should work for you.

<languages>
  <language name="Svenska" id="sv">
    <dynamiccontenttypes>
      <dynamiccontent name="YouTubeSelector">
        <caption>YouTube filmväljare</caption>
        <description>
        </description>
      </dynamiccontent>
    </dynamiccontenttypes>
    <contenttypes>
      <icontentdata>
        <properties>
          <youtubeembed>
            <caption>Vald film</caption>
            <help>
            </help>
          </youtubeembed>
        </properties>
      </icontentdata>
    </contenttypes>
  </language>
</languages>

/Marcus

#120003
Apr 08, 2015 19:34
Vote:
 

Hi Marcus!

Works like a charm. Thank you! Strange that I couldn't find an example for this anywhere.

/Kenia

#120035
Apr 09, 2015 7:54
Vote:
 
<p>That sounds great!</p> <p></p> <p>/Marcus</p>
#120037
Apr 09, 2015 9:11
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.