When checking a Globalsettings file of one of our projects, I noticed that the ProductCategoriesLanguageControl was stored in the file. With 4 languages this gives 1700 !! lines of code. We are running DW9.2.17
<ProductCategoriesLanguageControl>
<Language>
<TestCat.Testveld>True</TestCat.Testveld>
<A01.A>True</A01.A>
...
<J13.Z1>True</J13.Z1>
</Language>
<Variant>
<TestCat.Testveld>True</TestCat.Testveld>
<A01.A>True</A01.A>
...
<J13.Z1>True</J13.Z1>
</Variant>
</ProductCategoriesLanguageControl>
Could this be removed from the globalsettings file?
Thanx in advance.