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.
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.
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.