Setting up multiple wordpress languages

I need to set up a blog using Wordpress, but I need it to support several languages ​​(3 languages), currently I am thinking of using a custom field to determine the language of the current post, although I knew this was not the best practice, anyone have any better deals?

+4
source share
4 answers

I tested 2 plugins that looked very promising: qTranslate and Gengo

qTranslate works by adding resources for all the languages ​​used for each message, Gengo used separate messages and linked them in "post Y is Post X translation", which I preferred a lot (because it allowed me not to translate everything), and it worked fine I have.

+3
source

I used the xlanguage plugin and I am happy with it. xlanguage website

0
source

I remember well, Wordpress uses the "customization" gettext library for translation. I think you can make some parameters based on the session variable about the translation files you are about to read.

0
source

Try using the wordpress WPML plugin.

0
source

Source: https://habr.com/ru/post/1277489/


All Articles