- What is interface translation?
- What is a translation module?
- Which function is used to translate a content from one language to another language in Drupal?
What is interface translation?
Interface translation is the process in which every sentence, details, information, and guidelines on a website are translated. In computer language, every translatable content on a website is called a 'string'. Identifying and translating a string is not something that just about everyone can do.
What is a translation module?
The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other content entities. Together with the modules Language, Configuration Translation, and Interface Translation, it allows you to build multilingual websites.
Which function is used to translate a content from one language to another language in Drupal?
In Drupal, the main method for translating content is to use the core Content Translation module, which has an approach very similar to the Drupal 7 "Entity Translation" module.