Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

Dropdown with translated categories

$
0
0

I know I can have translated categories, adding to language xml file:

<?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>

How would be the correct way to display child translated categories from one selected parent in a dropdownlist???? Either in edit or user mode....

Best Regards


Viewing all articles
Browse latest Browse all 9076

Trending Articles