Multilingual in Drupal7

Locale => To translate strings in t(), provides language switcher blocks, import/export strings, edit strings, manage languages
Translate => Provides way to translate nodes. for every node a language copy is created.

Entity translation: Added in D8 core. Only one node is maintained for all languages. Fields can be translated into different languages.

Reference:
https://www.lullabot.com/articles/localized-and-multilingual-content-in-drupal-7#/

Comments

Popular posts from this blog

Programatically create layout builder section in Drupal

Code quality analysis of Drupal. Can I use Sonar?

Set up Drupal7 to Drupal8 migration in simple steps (using Drush)