


I have an image in /content/my-site/en/photo.jpg
I have metadata for Japanese and French.
When I roll out a page, how would I access the description and title for the Japanese and French values for my given component so it can be rendered as expected for.
/content/my-site/en/about.html
/content/my-site/fr-ca/about.html
/content/my-site/ja/about.html
Views
Replies
Sign in to like this content
Total Likes
Hi @AEMWizard ,
if you are already having the metadata for the respective languages, then having a context-aware config on the retrieving end would be helpful to render the description for you. Else, you can have a custom rollout config to have your metadata to be in the desired language and then check for the region/language-based values.
Thank you.
-Sravan
Hi @AEMWizard ,
if you are already having the metadata for the respective languages, then having a context-aware config on the retrieving end would be helpful to render the description for you. Else, you can have a custom rollout config to have your metadata to be in the desired language and then check for the region/language-based values.
Thank you.
-Sravan