Jump to content

hgtwn

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

hgtwn's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I posted this message in another catagegory but I think it was the wrong place, so i'm putting it here.... I am creating a multilanguage site and need some feedback from you all.  What I started creating is a site that uses the same page for each language but calls it's respective language file (ie. en.php).  Depending on what language is selected (www.site.com/page.php?lang=en) the respective language file will be called by include('/en.php');  Is this a good way to handle multiple languages?  I want to stay away from databases and this was my solution.  My concern is that I don't know how search engines like Google or Yahoo handle searching pages like this.  I want all of my languages to be included in the search but does Google search www.site.com/index.php?lang=en and www.site.com/index.php?lang=spanish separately?  I want to be able to search my Spanish terms and go to the right page with the right $lang var set.  Is this what happens?  Thanks
  2. I am creating a multilanguage site and need some feedback from you all.  What I started creating is a site that uses the same page for each language but calls it's respective language file (ie. [b]en.php[/b]).  Depending on what language is selected (www.site.com/page.php?lang=en) the respective language file will be called by [b]include('/en.php');[/b]  Is this a good way to handle multiple languages?  I want to stay away from databases and this was my solution.  My concern is that I don't know how search engines like Google or Yahoo handle searching pages like this.  I want all of my languages to be included in the search but does Google search [b]www.site.com/index.php?lang=en[/b] and [b]www.site.com/index.php?lang=spanish[/b] separately?  I want to be able to search my Spanish terms and go to the right page with the right $lang var set.  Is this what happens?  Thanks for the response!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.