Solved
Guidance on multilingual with AEM & React Components
A key area we are looking to get ahead on is "best practices" for multiple Languages.
I'm reviewing the Translating Content for Multiple Languages documentation
( https://docs.adobe.com/content/help/en/experience-manager-64/administering/introduction/translation.html )
( https://docs.adobe.com/content/help/en/experience-manager-64/administering/introduction/translation.html )
But I can't seem to find a strategy associated with React components used within a page.
I've put what we're doing today below, but anyone have guidance on how best to approach this?
Current practice :
- Create React components with authorable fields
- So that we can create a secondary page for the additional language
- And the component is then Authored in that language
Eg :
English Page
- Component : fields Authored in english
Spanish Page
- Component : fields Authored to be Spanish
..