내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Where is the i18n translator UI for AEM Cloud?

Avatar

Level 9

Adobe AEM provides a UI where you can edit, export and import your i18n strings for translation:

 

https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/internationaliza...

 

The URL should be /libs/cq/i18n/translator.html

 

When we use this URL on our local cloud SDK install, it works. When we use the same URL on our AEM Cloud instance, we get a generic 403 message back.

 

We have raised a support ticket with Adobe, but they have not been able to provide any answer.

 

Does anyone else have this issue with AEM cloud, i.e. no UI to export, import or translate i18n?

 

We are admin users of the AEM author instance.

 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @TB3dock 

As per Adobe documentation, in AEM as a Cloud Service, any chnages to the i18n needs to be deployed as part of the code.

"I18n translation changes need to come from Git via the CI/CD pipeline."

 

Even I too have also facing the same issue with Cloud Service and it gives me the same 403 error. This is basically not available for cloud users.

/apps and /libs are immutable at runtime so this has to be deployed by Git.

 

Hope this helps!
Thanks!

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

@TB3dock - It seems like it's not allowed in AEM on cloud. You need to check with Adobe Support team.
I think other way would be to send it as part of the code itself.

Thanks,
Nikhil Kumar

Avatar

Level 9
Thanks Nikhil-Kumar, If this is correct, that cloud doesnt have the translator, this is something of a showstopper for using cloud. Its not viable to tie translations (Which are content) to releases, they have to be editable by the content teams.

Avatar

Community Advisor

@TB3dock ,

 

I18N needs to deploy as a part of the code.
you can refer to the below URL for the same.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/release-notes/aem-cloud-cha...

 

Avatar

정확한 답변 작성자:
Community Advisor

Hi @TB3dock 

As per Adobe documentation, in AEM as a Cloud Service, any chnages to the i18n needs to be deployed as part of the code.

"I18n translation changes need to come from Git via the CI/CD pipeline."

 

Even I too have also facing the same issue with Cloud Service and it gives me the same 403 error. This is basically not available for cloud users.

/apps and /libs are immutable at runtime so this has to be deployed by Git.

 

Hope this helps!
Thanks!