If you are using PHP, it's a simple matter to include a
language variable on
each page, and then to echo that variable in the link, e.g.,
$language = 'urdu'
....
<a href="../<?php echo($language);
?>/current-page.php">
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"davecheet" <webforumsuser@macromedia.com> wrote in
message
news:eem112$oc5$1@forums.macromedia.com...
> is there a piece of code I can use to include the
current page name in a
> link
> to another folde rwhich contains and mirror image of the
site structure
> but in
> a different language?
>
> something like this:
>
> <a href="../english/current-page.php">
>
> That way whenever someone clicks on the link they will
go to the right
> (same-name) page in whichever language they want. If
it's possible I can
> simply
> add this lineto the template that governs each language
an dmy job is
> done. If
> it's not possible, I have a long slog ahead of me,
typing in each one
> individually.
>
>
> Can anyone help?
>
> Cheers
>
>
> Dave
>
>
>