Indonesian language in AEM
I have what looks like an issue with the support of Indonesian language by AEM
AEM seems to expect the code "id"/"id_id" (like in wcm/core/resources/languages)
But Java provides the code "in_id" (see Java Supported Locales, for example with currentPage.getLanguage(false))
It seems the issue has already reported there : MSM New language (Indonesian) vs Page.getLanguage() , but no answer.
I'd like to know what is the best approach to fix/workaround this issue.