Hello,
I have a XSLT navigation menu that shows product groups. In XSLT I retrieve group name using @MenuText.
My site supports English and German languages. The problem is that German version of the site show English product group names (I changed the "Name" field of a product group for German localization in the "Edit Group" window).
How can I make product groups to be in German in the navigation menu?
P. S. I found out that in Groups list of e-comerce module names are also not translated, I am using @item.GetValue("Ecom:Group.Name") to get name in this case.