1

Topic: How can i make a multilanguage site???

I want make a multilanguage site. When you go to my first page i want that on the first page the mambers can chose a language. How can i do this. I want have this like on this site: http://www.brasilcontatos.com/

Please help me! and thanks ;-)

And i Wish a Happy New Year ;-)

2

Re: How can i make a multilanguage site???

Search works wonders.

Developer

3

Re: How can i make a multilanguage site???

Mmmm.....this "onmouseout" looks very nice... The owner of the particular site is a member from here; would you mind sharing the codes/tags and whatever it takes with members here,  to make "moving img-links" like those on your site?
Best regards
Freja

- From the beginning I was intelligent, but since I learn something every day, I'm sure I'll end up wise as well -

4

Re: How can i make a multilanguage site???

i want only have multilanguage pages. I have 4 languages and i want that you see the flags on first page like on this site  http://www.brasilcontatos.com/ I have read that you can make this when you out this link http://localhost/xampp/index.php?language=english but i dont now how und where!!!!???

Please help me, and thanks

5

Re: How can i make a multilanguage site???

hmm..until someone tell you (and me) how to make those moving flags (onmouseout), you can ad this tag to your header, hompage or footer if you don't know a better way. This is the way I do it:

<a href="http://www.YOUR_DATINGSITE.com/index.php?language=THE_NAME_ON_THE_LANGUAGEFILE"><img src="http://www.YOUR_DATINGSITE/templates/YOUR_TEMPLATE/media/THE_FLAG_YOU_WANT_TO_USE.jpg"></a>

You need to upload your flags to www.YOUR_DATINGSITE/templates/YOUR_TEMPLATE/media.

Last edited by Freja (2008-01-05 10:44:55)

- From the beginning I was intelligent, but since I learn something every day, I'm sure I'll end up wise as well -

6

Re: How can i make a multilanguage site???

In my case, in the header of my template, after

                <div class="banner_header">
                    {banners:group="header"}

I added this:



<a href="http://www.rombest.com/index.php?language=romanian"><img src="http://www.rombest.com/templates/pink2/media/rom.jpg" alt="romanian"  title="ROMANIA" border="0"  style="filter:alpha(opacity=70); -moz-opacity:0.7;" onmouseover="$(this).fadeTo('normal',1.0)" onmouseout="$(this).fadeTo('normal',0.7)"/></a>

<a href="http://www.rombest.com/?language=english" ><img src="http://www.rombest.com/templates/pink2/media/eng.jpg" alt="English" title="English"  border="0"  style="filter:alpha(opacity=70); -moz-opacity:0.7;" onmouseover="$(this).fadeTo('normal',1.0)" onmouseout="$(this).fadeTo('normal',0.7)"/></a>

Hope answer is useful .

Regards,

Rombest