AEM 6.2  - Update language list in  Translation project -"Create Project"  screen | Community
Skip to main content
sandeepk1310028
Level 2
April 24, 2017
Solved

AEM 6.2  - Update language list in  Translation project -"Create Project"  screen

  • April 24, 2017
  • 2 replies
  • 3060 views

Anyone has any idea hot to update language list in  Translation project -"Create Project"  screen ?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nupur_Jain

Hi,

The path to the language list is configured in the service "com.adobe.granite.translation.core.impl.TranslationConfigServiceand by default the path is /libs/wcm/core/resources/languages.

Since it is not preferred to make changes directly in the libs , you can copy the list from libs to apps and make changes in the list.

Now you can change the list path by going to the url http://<host>:<port>/system/console/configMgr and searching for the service "Translation Integration Framework Mappings" and change the language list path to the new updated list path.

Configuration Screenshot

Hope this helps!

Thank you!

Nupur

2 replies

Nupur_Jain
Adobe Employee
Nupur_JainAdobe EmployeeAccepted solution
Adobe Employee
April 25, 2017

Hi,

The path to the language list is configured in the service "com.adobe.granite.translation.core.impl.TranslationConfigServiceand by default the path is /libs/wcm/core/resources/languages.

Since it is not preferred to make changes directly in the libs , you can copy the list from libs to apps and make changes in the list.

Now you can change the list path by going to the url http://<host>:<port>/system/console/configMgr and searching for the service "Translation Integration Framework Mappings" and change the language list path to the new updated list path.

Configuration Screenshot

Hope this helps!

Thank you!

Nupur

kautuk_sahni
Community Manager
Community Manager
April 25, 2017

Adding to the Nupur's reply, 

You can see that languages are mentioned in libs/wcm/core/resources/languages.

Overlay this node to /apps/wcm/core/resources/languages and add/remove languages.

~kautuk

Kautuk Sahni