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

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

Mark Solution

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

해결됨

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

Avatar

Level 2

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

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

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 답변 개

Avatar

정확한 답변 작성자:
Employee

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

Avatar

Administrator

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