Anyone can help what is the new language variable or method to display contents in different contents based on language selected.
We used to this in old version as follows:
{if $cart_language==“EN”}
This is english language
{else}
This is other than English
{/if}
How about new version???