Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1091194

    Hi,

    You can add JText for any hard coded text there.

    For example, you change the title parameter from:

    title="Go to First page"

    to:

    title="<?php echo JText::_('COM_JAMEGAFILTER_GO_TO_FIRST'); ?>"

    Then open the language file of JA Megafilter component: root/language/en-GB/en-GB.com_jamegafilter.ini

    and add the translated text for it:
    COM_JAMEGAFILTER_GO_TO_FIRST="Go to the first page"

    Hope this helps.

    altius Friend
    #1091485

    Ok, thanks

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  altius 6 years, 2 months ago.

The topic ‘Title translations for buttons first, prev, next, last …’ is closed to new replies.