Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1012 Bytes

drupal-multilingual-installation.md

File metadata and controls

29 lines (23 loc) · 1012 Bytes

Enable the following modules:

  • Language
  • Content Translation
  • Configuration Translation (If fields need to be translated)
  • Interface Translation

Adding Languages

  • Go to 'config/regional/language'
  • Add Language
  • You can place the default language selector block or use the lang_dropdown module

Translating Content

  • Go to /admin/config/regional/content-language
  • Enable the content type and fields that can be translated

Translating Menus

  • Go to /admin/config/regional/content-language
  • Enable Custom menu link
  • Go to /admin/structure/menu/manage/main
  • Add Translation to the menu
  • Go to a translation of a page and provide the url and title of the translated menu

Translating Fields

References