Forum Discussion
tsrisudh
8 years agoAdvisor
How do we customize OOB components per language or per category?
VarunGrazitti
8 years agoBoss
tsrisudh - You would have to make the custom components and place them on the same page in the studio and have your code wrapped in an If statement.
<#if locale == "JA">
// date format is different
</#if>
Make sure you remove default date format using the CSS. So when inside this condition, original date will be hidden and this will appear.
I hope this helps.
Related Content
- 3 years ago
- 2 years ago