Skip to content

Multilingual Strategy #190

Answered by chrisvxd
Merino asked this question in Q&A
Discussion options

You must be logged in to vote

Apologies for the delay in response, @Merino. I missed this one.

There are probably several ways to achieve this:

  1. Off-load the multilingual concerns to an external CMS and load content via the external field type
  2. Implement a custom fields which sets an object for each translatable string. i.e. it would show multiple inputs to the user (which they could maybe toggle with tabs or buttons) and save the data like { en: "Hello, world", "de": "Hallo, Welt" }
  3. Something with a plugin, which could possible connect with the custom fields option in 2 to enable a language switcher at the top of the fields.

Hope that helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Merino
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants