Forum Discussion
VarunGrazitti
8 years agoBoss
tsrisudh - Since there is a locale (Japanese) involved here which makes it very important to have a particular task done to make sense to the Japanese users, I would suggest you look for an option to customize the dates format inside the Japan community (category) since this is not feasible OOTB.
I hope this helps.
tsrisudh
8 years agoAdvisor
How do we customize OOB components per language or per category?
- VarunGrazitti8 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