Hi.
Im working on a multilangual ecom site, where there is a lot of ProductCategories, where the products is attached to a subset of the productcategories.
In one of the categories there is a dropdown list, and this list we want to use as a facet, for the specific kind of product.
I all works fine, but for some reason the text in the dropdown list is always shown in the sites default language.
Everything is translated, so thats not the issue, and the index has its build set to "HandleInheritedCategoryValues".
I can handle it by getting the correct text-labels via the API in the template, but i was wondering if thats the way to go, or if there is some other setting i have missed.
/Kenneth