Where is the i18n translator UI for AEM Cloud? | Community
Skip to main content
New Participant
March 18, 2021
Solved

Where is the i18n translator UI for AEM Cloud?

  • March 18, 2021
  • 3 replies
  • 9006 views

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/internationalization/i18n-translator.html?lang=en#creating-a-dictionary

 

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.

 

 

Best answer by Asutosh_Jena_

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!

3 replies

Asutosh_Jena_
Asutosh_Jena_Accepted solution
New Participant
March 18, 2021

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!

Rohit_Utreja
New Participant
March 18, 2021
Nikhil-Kumar
New Participant
March 18, 2021

@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

TB3dockAuthor
New Participant
March 18, 2021
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.