Expand my Community achievements bar.

SOLVED

How to access multiple dictionaries for i18N ?

Avatar

Level 4

Hi,

Can anyone tell me how to access multiple dictionaries for i18n ?

Ex:

Suppose I have two dictionaries. In one dictionary I have a key "Cancel". In second dictionary I didn't have key "Cancel".

If I use i18n.get("Cancel") , then I should get value from frist dictionary.

1 Accepted Solution

Avatar

Correct answer by
Level 10

See this AEM doc topic:

https://docs.adobe.com/docs/en/cq/5-6-1/developing/cq5-translator.html

It covers dictionaries and how to work with them. 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

See this AEM doc topic:

https://docs.adobe.com/docs/en/cq/5-6-1/developing/cq5-translator.html

It covers dictionaries and how to work with them.