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

Hebrew Language ISO code Issue

Avatar

Level 4

Hello everyone,

I have a problem with the Hebrew translation. I added the language "he" to /etc/languages. I also added the translations to the dictionary, but AEM is returning the default entries.

After a little more research, AEM is trying to find the translation for "iw" (the old iso code for the Hebrew language) instead of "he" (the new iso code for Hebrew). If you add "iw" to /etc/languages and then add the translation for iw language (using the translation tool /libs/cq/i18n/translator.html), it works fine. But I need it to add HE.

I'm using language masters pages. But i also tried adding jcr:language="he" to my page.

Any help with this?

1 Accepted Solution

Avatar

Correct answer by
Level 2

Unfortunately I think you will have to use iw in the dictionary, but can use he for your site structure.  We had the same issue and had to add iw-il to /etc/languages and an iw_il node under /apps/wcm/core/resources/languages like so:

<he_il

        jcr:primaryType="nt:unstructured"

        country="*"

        defaultCountry="he_il"

        language="Hebrew"/>

    <iw_il

            jcr:primaryType="nt:unstructured"

            country="*"

            defaultCountry="iw_il"

            language="Hebrew(iw-il)"/>

But the country site is under he-il.

View solution in original post

0 Replies

Avatar

Correct answer by
Level 2

Unfortunately I think you will have to use iw in the dictionary, but can use he for your site structure.  We had the same issue and had to add iw-il to /etc/languages and an iw_il node under /apps/wcm/core/resources/languages like so:

<he_il

        jcr:primaryType="nt:unstructured"

        country="*"

        defaultCountry="he_il"

        language="Hebrew"/>

    <iw_il

            jcr:primaryType="nt:unstructured"

            country="*"

            defaultCountry="iw_il"

            language="Hebrew(iw-il)"/>

But the country site is under he-il.

Avatar

Level 2

I believe it's a limitation in Java 8 locales.  If you look at this page it uses iw-il Java 8 Supported Locales

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now