Comment
05-11-2021
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Could you please check if below code fulfill your requirement?
if (CQ && CQ.I18n) {
CQ.I18n.setLocale("de_DE");
var localizedMessage = CQ.I18n.getMessage("Go");
console.log(localizedMessage)
}