I am using Product.getProductsFromGroups as follows:
products
Here, myGroups is a GroupCollection containing three groups (which are nested childs in the backend) for the current language, LANG1. However, after this code executes, products contains 3 products: the same product localized into my three different languages (LANG1, LANG2, LANG3).
Is there a way to tell Dynamicweb to fetch products for a specific language only? I can easily filter the unwanted products out of the collection, but this feels like a lot of overhead.
Thanks in advance for a reply!
Imar = Product.getProductsFromGroups(myGroups, true);