コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Access i18n values from javascript | AEM 6

Avatar

Level 4

Hi,

I have project specific i18N values under /apps/<project>/i18n.

in the html I am able to access it using the syntax ${'i18nKey' @ i18n}

but I am stuck on how to get it in JavaScript. 

1 受け入れられたソリューション

Avatar

正解者
Community Advisor
2 返信

Avatar

正解者
Community Advisor

Avatar

Level 4

CQ.I18n.get('i18nKey') is returning i18nKey instead of the value.