Hello,
Ok I have a solution for you.
As you see in your url you have a parameter. vBET uses this parameter and your mod too. No problem.
But when you click on the flag (for example spain) here is redirect to
Code:
http://www.puddingbuy.com/forums/osc_shop.php
because in vBET spainish and german are disabled. Please use your admincp-> vBET->Flags and enable Spanish and german languages.
English works good because in vBET english is enabled and there is a good parameter: Chinese: not good. Just look on this url:
Code:
http://www.puddingbuy.com/forums/osc_shop.php?language=zh-CN
by vBET. vBET use zh-CN but your mod use tw:
Code:
http://www.puddingbuy.com/forums/osc_shop.php?language=tw
In vBET tw = Taiwanese so you have a redirection to your main language.
zh-CN - this is an international standard so please write to your mod support and ask them about change in your code (from tw to zh-CN)