TheGreatOne
06-10-03, 09:09 AM
Right in my php site i do it by using one template file.
index.php?dir=XXXXXXXXX&page=home
What ever the $dir is and $page is dertermines what page it includes and what directory from. Simple really :)
Right i go board when working so i had to go to intergrate babelfish. Now i cant use it like a normal site due to i have a large nav so i changed to a java one. Right soooo what i did was config it so i have
index.php?dir=challengesimon&page=home&lang=en_de
The way i coded it, it worked and it changed the included file languge. Brillaint :D
Now from saving me doing 5 other .php files with one in french.php one german.php etc can I do it so no matter what link someone clicks in the nav. So like they clicked index.php?dir=downloads&page=home and they are on the page index.php?dir=tips&page=who&lang=en_de . It changes pages to the link they keeped yet still it keeps the lang=en_de on the new url.
Cause like different languges have different exstentions..
lang=en_de
lang=en_sp
lang=en_fr
lang=en_jp
Understand??? :D
Cheers and hope you understand hehehehe
index.php?dir=XXXXXXXXX&page=home
What ever the $dir is and $page is dertermines what page it includes and what directory from. Simple really :)
Right i go board when working so i had to go to intergrate babelfish. Now i cant use it like a normal site due to i have a large nav so i changed to a java one. Right soooo what i did was config it so i have
index.php?dir=challengesimon&page=home&lang=en_de
The way i coded it, it worked and it changed the included file languge. Brillaint :D
Now from saving me doing 5 other .php files with one in french.php one german.php etc can I do it so no matter what link someone clicks in the nav. So like they clicked index.php?dir=downloads&page=home and they are on the page index.php?dir=tips&page=who&lang=en_de . It changes pages to the link they keeped yet still it keeps the lang=en_de on the new url.
Cause like different languges have different exstentions..
lang=en_de
lang=en_sp
lang=en_fr
lang=en_jp
Understand??? :D
Cheers and hope you understand hehehehe