How to access project specific i18n folder in Publisher/Dispatcher instance? | Adobe Higher Education
Skip to main content
Kishore_Kumar_
Level 9
May 11, 2021
Risolto

How to access project specific i18n folder in Publisher/Dispatcher instance?

  • May 11, 2021
  • 1 risposta
  • 1244 visualizzazioni

Hi,

 

Suppose if i have project specific i18n folder like below

 

/apps/<<project-name>>/i18n/fr.json

 

I need an access to this folder in Publisher instance so that i can give all the 1i8n keys and values as a json. This json url has to be given to some other channel so that they can make use of keys and values. Please let me know how to do it.

Questo argomento è stato chiuso alle risposte.
Migliore risposta di BrianKasingli

@kishore_kumar_,

You can achieve this by exporting the AEM dictionary values from a servlet. You can find this useful tutorial here, https://sourcedcode.com/blog/aem/how-to-get-aem-i18n-dictionary-in-json-format, where it will provide you a step by step guide on How to Get AEM i18n Dictionary in the JSON Format.

 

1 risposta

BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
May 11, 2021

@kishore_kumar_,

You can achieve this by exporting the AEM dictionary values from a servlet. You can find this useful tutorial here, https://sourcedcode.com/blog/aem/how-to-get-aem-i18n-dictionary-in-json-format, where it will provide you a step by step guide on How to Get AEM i18n Dictionary in the JSON Format.

 

Kishore_Kumar_
Level 9
May 11, 2021
But it is mentioned as in published i8n folder should be in etc folder. Is there any way we can avoid this