adding flags on top of muilt-language site Options
Elyse
Posted: Tuesday, August 26, 2008 7:22:07 PM
Rank: Newbie

Joined: 8/26/2008
Posts: 6
Location: Chicago
Hello,
This guy i worked with put this together and left, leaving me to update it. We have two flags on top (American and Korean), when you click on the Korean flag the whole site changes it to Korean. I do not know how to add another flag on top when i'm ready to add another language in.
Anyone?
www.f1studentvisa.com
Dirk
Posted: Tuesday, August 26, 2008 8:10:32 PM

Rank: Addict

Joined: 9/27/2007
Posts: 977
Location: Belgium
Hmm, have you looked at the source of your page yet?

Code:
<!--
<a href="/home/russian.aspx">
  <img src="/images/flags/ru.png"  title="Русский" alt="Русский">
</a>
<a href="/home/polish.aspx">
   <img src="/images/flags/pl.png" title="Polski" alt="Polski">
</a>
<a href="/home/ukrainian.aspx">
   <img src="/images/flags/ua.png" title="Українська" alt="Українська">
</a>
<a href="/home/thai.aspx">
   <img src="/images/flags/th.png" title="ไทย" alt="ไทย">
</a>
<a href="/home/mongolian.aspx">
   <img src="/images/flags/mn.png" title="монгол" alt="монгол">
</a>
-->


Multiple languages already in html comments!!

Either find the languages directly in any of the templates, or search for an xslt to lists all languages available.

Hope that helps.

Regards,
/Dirk


level 1 certified - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
Elyse
Posted: Tuesday, August 26, 2008 8:25:13 PM
Rank: Newbie

Joined: 8/26/2008
Posts: 6
Location: Chicago
That does help thanks.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.