Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
You can use the Display Name property. If you have enabled multi-languages in the catalogue then it will work.
We are in the process of adding multi language support to an ecommerce site. We are trying to make the product name property translatable but not having any success. The products inherit from the standard ProductContent class, so we have tried overriding the name property in our derived classes.
[CultureSpecific] public override string Name { get; set; }
But when we try editing this in the cms, then switch to switch to another language, the property is still grayed out. Has anyone seen this before. Is it even possible or is there anything happening under the hood that would prevent this from working?