-
We are trying to implement this project in our page builder. It is perfect for people to design their page/emails. I'm curious how developers use this tool for multi-language pages. I haven't figured out yet how to present this to the user. Do you let the user manage each translated page in a specific language or do you let each component render in a specific language? This way the component is responsible for the translation. Curious about your answers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apologies for the delay in response, @Merino. I missed this one. There are probably several ways to achieve this:
Hope that helps! |
Beta Was this translation helpful? Give feedback.
Apologies for the delay in response, @Merino. I missed this one.
There are probably several ways to achieve this:
external
field type{ en: "Hello, world", "de": "Hallo, Welt" }
Hope that helps!