How do I publish a website in two languages?

Hi!
I'm pretty new to IWeb, I'm trying to publish my website in Spanish, and also in English. How do I do this without duplicating the buttons in the navigation bar? Say I want a flag to be the switch button, and then when I go to the Welcome page in the other language, I just want to see the navigation bar in that particular language.
Thanks for any help!

One method is to create two pages of each page, one for your primary language and one for the second language.  You can put small flag buttons on each page sending the visitor to the page which the flag represents. 
When creating the pages you can use Language Switcher with iWeb to change languages when working on the pages.
OT

Similar Messages

  • How do you publish a website without mobile me working anymore?

    How do you publish a website using iweb 09 with a moved mobile me account , when using icloud.  I can't use mobile me.

    Here's what you need to do:
    1 - purchase a domain name (you'll need one in order to publish your website to a commercial hosting service.
    2 - obtain a hosting service to publish your site to.
    3 - obtain the ftp address, username and password from Customer Support of your new hosting service.
    4 - set iWeb to publish to an ftp server and enter the necessary information you received from Customer Support.
    An alternative to #4 would be to publish your website to a folder on your hard drive and use a 3rd party ftp client like Cyberduck (free) or Transmit to upload the website file to the server.
    OT

  • How do I publish my website with iweb now that mobile me is closed

    How do I publish the website i am creating with iweb now that mobile me is closed?

    You will need to find a 3rd party web host. I personally use IX Webhosting and have been happy with them for several years now.
    Depending on the version of iWeb you are using you have a couple of publishing options:
    iWeb '09 (3.0.4) you can publish to an FTP Server or a local folder. ( With the built in FTP in iWeb you will end up with an address like "www.YourDomain.com/sitename/Home.html )
    iWeb '08 you can publish your website to a local folder
    http://jeffnitschke.com/IXWebHosting.html
    http://jeffnitschke.com/wordpress/2012/06/how-do-i-move-my-mobileme-site-ix-web- hosting-blog/
    "I may receive some form of compensation, from my recommendation or link."

  • Using IWeb to publish a site in two languages

    I have used IWeb successfully to create my new website and am using mobileme as the domain provider. I want to produce this website in two languages, ideally having a 'button' to press where you can choose your language option if the site appears in a language you cannot read (ie it is published firstly in indonesian language but there are people who want to access it in english).
    Does anyone have nay experience / ideas about this?
    thanks

    See this page...
    http://iwebfaq.org/site/iWebMultilingualsites.html
    The above site is available in more than one language.

  • How do I make a website in three languages?

    how do I make a website in three languages?

    In this example, it's 2 language:
    Accueil | Home | Atelier de Pneus Réal Chicoine
    You just create a «master home page» and visitors select the right language.
    Of course you have to make the three version, but maybe it will be more accurate ...

  • How can I get VoiceOver to read two languages correctly?

    How can I get VoiceOver to read two languages correctly? in a dual-language book (English and Spanish)? I've used the <lang> tag, but VoiceOver doesn't switch from reading in English to Spanish. Both languages are selected in Settings. Does VoiceOver have this capability?

    How can I get VoiceOver to read two languages correctly? in a dual-language book (English and Spanish)? I've used the <lang> tag, but VoiceOver doesn't switch from reading in English to Spanish. Both languages are selected in Settings. Does VoiceOver have this capability?

  • How can I publish a website to a different domain name other than .mac

    I have a domain name with godaddy.com and I want to publish a website design with iweb. How can I do it?

    You need to sign up with a web hosting service and then upload your published files using an FTP application.
    Read more here....
    http://homepage.mac.com/thgewecke/iwebserver.html

  • How do I publish multiple websites from iweb?

    Hi, I'm new with iweb and .mac in general and wanted to know about publishing multiple accounts from my iweb.
    I bought a five-user edition of .mac last week and I wanted to get at least three different websites up and running. One site is almost 50% done and has uploaded just fine but when I tried to create another site in iweb, I have no idea where it's going. I created a second account in .mac and it shows up (I can log into and everything) but how can I publish to my brand new site without the other one going through each and every time?
    This question may sound really dumb but please bear and mind that I'm a newbie with iweb and mac (I just got this powerbook in Sept. 2006).
    Thanks in advance,
    Dale

    Actually, Dale, this is a pretty common question.
    If you want the different sites to load to different .mac accounts (or different sub accounts), the easiest solution is probably to set up several different user accounts on your computer, one for each .mac sub account. In each of those accounts, set the appropriate .mac info in system preferences. Seems like I've heard of another approach, but this is probably the simplest.
    Have you already started building a second site in the same user account (on your computer) as the first site? If so, we'll need to walk you through domain separation, too.
    One other heads up: it is very important to back up your domain files (in your case in each account). The domain file is found in ~/library/Application Support/iWeb, where ~ refers to your home folder for your user account on the computer. Make sure to make a backup copy (preferably on an external hard drive or CD) after every major change in your website. Don't be lulled into thinking that a published website serves as a backup. It is not possible to import a published site back into iWeb. The domain file is your only link to creating/editing the site in iWeb.
    Please post back if you have any questions or if I haven't been clear.

  • How do you publish a website to the free Cloud hosting?

    Adobe Cloud states that you can have up to 5 websites hosted on the Cloud.  when you search for info on this it says it is on the right panel on the Cloud.  When you click on the learn more it tells you nothing more.  Is this feature not available yet?

    Hi there - this video tutorial might help you out.
    You'll be hosting your website through Adobe Business Catalyst, which is an online hosting platform. You can publish your website directly from either Muse or Dreamweaver, and then manage and push it live from the online Business Catalyst Platform. However, to host a live site, you'll need to purchase your own domain name.
    You might also want to check out the Business Catalyst FAQ, or the product page.

  • How to devolop a report which has two languages in it

    Hi Friends
    I got a requirment where in i need to devolop a report with two languages in it English and Arabic Report is divided into two halves one is in english and another one is in Arabic

    Hi
    Check the code using this...
    DATA: number           TYPE tbtcjob-jobcount,
          name             TYPE tbtcjob-jobname VALUE 'JOB_TEST',
          print_parameters TYPE pri_params.
    CALL FUNCTION 'JOB_OPEN'
      EXPORTING
        jobname          = name
      IMPORTING
        jobcount         = number
      EXCEPTIONS
        cant_create_job  = 1
        invalid_job_data = 2
        jobname_missing  = 3
        OTHERS           = 4.
    IF sy-subrc = 0.
      SUBMIT submitable TO SAP-SPOOL
                        SPOOL PARAMETERS print_parameters
                        WITHOUT SPOOL DYNPRO
                        VIA JOB name NUMBER number
                        AND RETURN.
      IF sy-subrc = 0.
        CALL FUNCTION 'JOB_CLOSE'
          EXPORTING
            jobcount             = number
            jobname              = name
            strtimmed            = 'X'
          EXCEPTIONS
            cant_start_immediate = 1
            invalid_startdate    = 2
            jobname_missing      = 3
            job_close_failed     = 4
            job_nosteps          = 5
            job_notex            = 6
            lock_failed          = 7
            OTHERS               = 8.
        IF sy-subrc <> 0.
        ENDIF.
      ENDIF.
    ENDIF.

  • How can I publish my website from iWeb?

    I have created a Website on iWeb - but did not realize that I would not be able to publish via MobileMe. I cannot publish on a local folder. How can I get my site online?
    Thanks!

    You will need to find a 3rd party webhost for your website, I have been using IX Webhosting for several years now with little to no problems "usually the problem was something I did" and they have been quick to solve any issue I have come across.
    http://jeffnitschke.com/IXWebHosting.html
    http://jeffnitschke.com/wordpress/2012/06/how-do-i-move-my-mobileme-site-ix-web- hosting-blog/
    I may receive compensation for recommendations made in reference to the products or services in my links.

  • HT4686 How can I publish my website developed using iWeb and have all functions of the blog page work as it did with MobileMe?

    I have developed a website using iWeb and it includes a blog page selected from stock pages in iWeb.  I'm publishing it with GoDaddy and when I do that the interactive functions of the blog page don't work. (Adding comments and photos as well as searching).  Is there any simple way to host this site somewhere so that those functions work?

    No, because all those functions were MobileMe only and now that MobileMe has gone, they won't function any longer.
    To enable these to function, you either need to add them yourself or change your blogging platform to something else such as WordPress etc., and create a link from iWeb to your WordPress blog or embed the blog page using iframe into your iWeb site.
    Commenting systems such as Disqus or http://www.intensedebate.com work quite well.

  • How can i publish my website now that MobileMe is gone???

    iweb says something about ftp server. but i just need some1 2 explane the whole thing! thanx

    See Apple - MobileMe - MobileMe transition and iCloud

  • Publish the website to the root folder (without creating a new folder)

    Hi there! Sure this problem has already been discussed here many times and I'm not the only one who's interested this question, but how can I publish my website using FTP without creating a new folder, just to the root folder of my web hosting? Is that even possible or should I each time drag all the files from the folder created by iWeb and put them to the root folder manually? I'm a little bit confused. Guys help me with this, please! Many thanks in advance!!

    Yes, you're right, it has been discussed for the past several years and yes, you're not the only who's interested in that question.
    A simple googe search confirms it : avoid iweb sitename
    Try it, if you haven't done it already.
    Here's my answer :
    http://www.wyodor.net/htmlegg/TallCard/TallAjax.html?pg=avoidSitename

  • Publishing your website

    Just a quickie, how do you publish a website created in iweb 08 without a MobileMe account? If not is there a way of getting the domain name and web hosting or what do I really need. And if anyone knows where you can get a free domain name and or web hosting?
    thanks for your answers

    whetty101 wrote:
    how do you publish a website created in iweb 08 without a MobileMe account?
    See towards the end of this _video tutorial_. Also see this article.
    And if anyone knows where you can get a free domain name and or web hosting?
    Let me... Well, see for yourself by clicking here.

Maybe you are looking for

  • Personas doesn't work after upgrading to 3.66 today.

    == Issue == I have another kind of problem with Firefox == Description == I upgraded to Firefox 3.6.6 and my persona wasn't there, so I clicked on it again and it stayed the same greyish colour. Also, the previews don't work. == This happened == Ever

  • So, I know this has been asked before. But, has anyone heard from Apple?

    So, I know this has been asked before, but I'm just looking to see if anyone had heard from Apple on this at all. The minimum volume on my iPod Classic 160gb is too high, and I can't lower it. (AKA when I kill the volume, I can still hear music). I c

  • Template prob - error code 2

    Hi Please could someone help me? Urgently! I've used 2 templates to create all the pages in my site which up until now has worked fine for months. All changes have propagated through to child pages. I've gone in today to make a change (to my Google a

  • Share to DVD Failed.

    Mac Pro 5,1; "Quad Core" 2.8 GHz Quad Core 45nm Xeon W3530 (Nehalem) processor; 8 MB of "fully shared" level 3 cache; Yosemite 10.10.2; FCP X 10.1.4; three HDs: 2x2TB, 1x4TB all internal and two internal Apple Super-drives. I do NOT have compressor i

  • BASIC COMPILATION ERROR

    Hi, Basically, I have included a file somehow in my build of a .ear porlet.. Somehow a file which I opened in JDeveloper is now referenced when I do a rebuild. The file was since removed though I have just added the file with an emply class declarati