Hi,
I have defined a global variable like
global $TRP_LANGUAGE;
With this variable, when I am doing
echo $TRP_LANGUAGE;
it returning en_US, zh_HK like this. But I need the actual code, which is passing through the url i.e. en, hk like this.
So, can you please help!