Component i18n - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Component i18n (/showthread.php?tid=2516) |
Component i18n - Zorato - 2011-12-20 Hi, everyone! I have a question about pubilc get_i18n_component() function of I18N plugin. How should I properly use it. I mean, how can I create component, 'sidebar' for example, with different static content displayed in different languages. Should I make sidebar_en, sidebar_de, sidebar_fr etc. or what? Looking forward for replies. Component i18n - mvlcek - 2011-12-20 Zorato Wrote:I have a question about pubilc get_i18n_component() function of I18N plugin. Yes. Component i18n - Zorato - 2011-12-20 Thanks for quick answer, problem solved. |