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