Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

I18n default value

Avatar

Level 1

What if specific language json value is not available will it be redirect to  English language In i18n AEM slightly HTL

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi @ArchanaVijayakumar007 ,

 

As per the HTL docs here

 

Internalization translates the string to the language of the current source (default is same language as content and can be overridden if needed), using the current dictionaryIf no translation is found, the original string is used.

 

Thanks,

Ram

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

Hi @ArchanaVijayakumar007 ,

 

As per the HTL docs here

 

Internalization translates the string to the language of the current source (default is same language as content and can be overridden if needed), using the current dictionaryIf no translation is found, the original string is used.

 

Thanks,

Ram