Try our conversational search powered by Generative AI!

Translate categories

Vote:
 

Hi,

What is the correct way to translate categories?

Can't find any information on how to format the xml translationfile.

http://world.episerver.com/Search/?q=LocalizedDescription

http://world.episerver.com/Search/?q=translate+categories

Doesn't LocalizedDescription actually translate the description?

Or do I have to "manually" translate each category by calling <%= Translate(MyCategory.Name) %>?

 

#57489
Mar 15, 2012 20:38
Vote:
 
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<languages>
  <language name="svenska" id="sv">
    <categories>
      <category name="CategoryName">
        <description>CategoryName translated</description>
      </category>
    </categories>
  </language>
</languages>

    

#57818
Mar 28, 2012 20:03
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.