2011-07-23, 00:02:09
(This post was last modified: 2011-07-23, 00:02:38 by johnhandem.)
hey,
could you help me to define a current active language, assuming that I don't know php? Despite having screened all pages I still don't know how to set this up - it just doesn't work. How should I use it? Right now, i just have links to every language
could you help me to define a current active language, assuming that I don't know php? Despite having screened all pages I still don't know how to set this up - it just doesn't work. How should I use it? Right now, i just have links to every language
Code:
<a href="<?php echo htmlspecialchars(return_i18n_setlang_url('cn')); ?>">chinese</a>
<a href="<?php echo htmlspecialchars(return_i18n_setlang_url('de')); ?>">deutsch</a>