I’m working on a bilingual WordPress site and I’m using the Redux Framework to customize the theme. I need to make sure that all the data entered through Redux can be displayed in two languages without having to go to other translation plugins like WPML or Polylang. However, these plugins add a separate interface for translation, which makes it difficult to work with the settings.
My questions:
– Is there a better way to integrate Redux with multilingualism to translate fields within the Redux interface itself?
– Does Redux support any plugins for multilingualism, and where can I find examples of integration?
– Are there any other ways or plans for the developers to improve Redux’s multilingual support, especially for bilingual sites?
I would be grateful for any recommendations or examples.