Skip to main content

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Multi Lingual Blog Heading

With the language API provided by Joomla, setting a different blog heading on the site based on the current language is extremely easy.

Blog Heading

Configuring Blog Title And Description

  1. Head over to the settings area at EasyBlog > Settings > General.

  2. Set the title and description to use a language constant as shown below:

    Translating Blog Heading

  3. Save the settings.

  4. Add the translations to your respective language files. Assuming your site uses en-GB and fr-FR, you may add these language strings into:

    • JOOMLA/language/en-GB/en-GB.com_easyblog.ini

    • JOOMLA/language/fr-FR/fr-FR.com_easyblog.ini``

    COM_EASYBLOG_HEADING_TITLE="Some Blog Title"
    COM_EASYBLOG_HEADING_DESCRIPTION="Some Blog Description"
    
  5. That's it! The blog heading will automatically display the heading in it's own language when user switches language on the site.