So the fn_get_lang_var() function was changed to a function called () in V4. A template function was added ({(“var_name”)}.
So my question is, what is the difference between using the new tag and using the new function as a variable modifier (i.e. {“var_name”|__}). Reason being is that this could be supported in V2 and V3 addons by creating a function that was:
function __($var) {return fn_get_lang_var($var);}
I would guess there is not a measurable performance difference, but was curious what others thought.