| |||||||
![]() |
| | Thread Tools |
|
#1
| |||
| |||
| how to build multi language pages in dreamweaver mx 2004 using drop down menues to select the language i have been on web pages that have a drop down menu with languages and it automatically changes over to the one you choose . how is this done ? im sure there is no need to build each page in a different language i need to do this in dreamweaver mx 2004 . so that the browser changes to the language when selected . is the some kind of code or script for this . thanks for any help =) tommy |
|
#2
| |||
| |||
| "Standard" way to do this is to load all the content into a database and have the single page call the appropriate data (ie, appropriate language) based on the user's selection. There's nothing about DW which will natively do this, though the software may speed up the whole development process. |
|
#3
| ||||
| ||||
| While there's no need to keep individual HTML files for each individual language, I'm sure you know you must type out the text in each different language for each page of your site... there's no "auto-translate" script that's gonna do that for you. You can use scripts and, possibly, CSS to simply change the text of the site from one language to another. bharoche has a good idea -- store the text for each language and each part of the page somewhere, and use a JavaScript or php to pull the correct text for the user-selected language. It's not gonna be simple if you don't know how to at least code HTML and JavaScript by hand, so I don't think there's an easy way to do it all graphically -- you're most likely gonna have to get your hands dirty with some code.
__________________ Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D • 2 x Radeon 7000 PCI • 2 x 17" CRT MacBook 2.0GHz Core 2 Duo - White 10.5.4 • 2048MB • 80GB • CD-RW/DVD-ROM iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k http://www.jeffhoppe.com |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 10.4 GM Build for ADC Select Membership, when? | 4lfclover | Mac OS X System & Mac Software | 10 | April 30th, 2005 05:09 AM |
| new language | *nixgeek | Software Programming & Web Scripting | 2 | May 14th, 2004 06:20 PM |
| What language to use for this: | dlloyd | Software Programming & Web Scripting | 21 | May 25th, 2003 01:23 PM |
| Language kit in OS X | PoweMACuser | Apple News, Rumors & Discussion | 2 | December 19th, 2001 09:17 AM |
| Multi-Language Support? | vitaboy | Mac OS X System & Mac Software | 3 | December 16th, 2001 11:23 AM |