Page 1 of 1

Terms of service (multilanguages)

PostPosted: September 17th, 2010, 10:56 pm
by admin
How can i translate Terms of service to another language ?

do it in this way … I think this is the best solution for it …

make a new custom page for every languages … in your controlpanel …

today we have tos for terms of service ... but you must make new ones for all languages:
(how to do ? look at your tos page) if you don´t know how to do please ask me ...

tos_br (this is for portuguese)
tos_es (this is for spanish)
tos_de (this is for german)
tos_se (this is for swedish)

I did this on my site … add this in your footer:
Code: Select all

<!– IF loggedin_language == “english” –>
{anchor:url1=”page/tos/”,url2=”index.php?m=pages&p=tos”,name=”Terms of service”} |

<!– IF loggedin_language == “portuguese” –>
{anchor:url1=”page/tos_br/”,url2=”index.php?m=pages&p=tos_br”,name=”Membro Regras”} |

<!– IF loggedin_language == “spanish” –>
{anchor:url1=”page/tos_es/”,url2=”index.php?m=pages&p=tos_es”,name=”Miembro Reglas”} |

<!– IF loggedin_language == “german” –>
{anchor:url1=”page/tos_de/”,url2=”index.php?m=pages&p=tos_de”,name=”Mitglied Regeln”} |

<!– IF loggedin_language == “swedish” –>
{anchor:url1=”page/tos_se/”,url2=”index.php?m=pages&p=tos_se”,name=”Medlems Regler”} |