Duplicate language versions after import
When I work with EPiSerser Commerce's import catalog I have an issue after import catalog successfully like:
After 3 hours investigate I found down that is by:
Default catalog language is: en-gb but the available languages are: en-GB. That because of this EPiSErver function VerifyLanguageSetup also call Distinct but without CurrentCultureIgnoreCase.
Comments