how to load language file into snippet?

crnogorac081

How can I load language file into snippet ?


if (LANGUAGE_LOADED) {
    include(WB_PATH.'/modules/.../languages/EN.php');
    if (file_exists(WB_PATH.'/modules/.../languages/'.LANGUAGE.'.php')) {
        include(WB_PATH.'/modules/.../languages/'.LANGUAGE.'.php');
    }
}


is not working...Also I couldnt find any example in amas... any ideas ?
Web developer