Results 1 to 1 of 1

Thread: How do i override isotope language? [Solved]

  1. #1

    Default How do i override isotope language? [Solved]

    Really basics!
    Code:
    $GLOBALS['TL_LANG']['tl_iso_product']['name'] = array('My Product Name', 'Please enter the name of this product.');
    with above code in my custom module folder ('modules/zz_myFolder/languages/en/tl_iso_product.php', naturally after isotope module folder) I am expecting to override default field label for product name from 'Name' to 'My Product Name', but in vain!

    I am also aware of that I can override from langconfig file, but why spread it all over, when I have a custom folder already. I like everything confined to its right place. Any Suggestion


    SOLVED BY https://github.com/isotope/core/issu...mment-40081906
    You must set the dependencies in your autoload.ini
    Last edited by tsarma; 04/10/2014 at 15:47.
    OM MANI PEME HUNG! how many has to die for freedom and dignity. Save this world

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •