With the language API provided by Joomla, setting a different blog heading on the site based on the current language is extremely easy.
Configuring Blog Title And Description
Head over to the settings area at
EasyBlog > Settings > General.Set the title and description to use a language constant as shown below:
Save the settings.
Add the translations to your respective language files. Assuming your site uses
en-GBandfr-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"That's it! The blog heading will automatically display the heading in it's own language when user switches language on the site.

