Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. Multi lingual Wordpress site

Multi lingual Wordpress site

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
phphelp
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CodingLover
    wrote on last edited by
    #1

    Hi all, Hope this it the right forum to post my section. I want to create a WP site with multiple languages. So I search the wed for any solution, and found WPML plug-in. However it is not a free solutions. So did any of you guys have use any others. If so please share it with me. Thanks in advance.

    I appreciate your help all the time... CodingLover :)

    M 1 Reply Last reply
    0
    • C CodingLover

      Hi all, Hope this it the right forum to post my section. I want to create a WP site with multiple languages. So I search the wed for any solution, and found WPML plug-in. However it is not a free solutions. So did any of you guys have use any others. If so please share it with me. Thanks in advance.

      I appreciate your help all the time... CodingLover :)

      M Offline
      M Offline
      Mohibur Rashid
      wrote on last edited by
      #2

      I had to develop multi-language site, mainly English and Japanese. I use a separate language file for each language and entire content is made by php. But I am not sure if its the best solution. here is an example : lang_japanese.php

      "ユーザーネーム",
      'Password'=>"パスワード"
      );
      ?>

      lang_english.php

      <?php
      $pageName=array(
      'UserName'="User Name",
      'Password'='Password'
      );
      ?>

      <input type='password' name='password' value=''>

      By the way , I do not use any framework or CMS

      C 1 Reply Last reply
      0
      • M Mohibur Rashid

        I had to develop multi-language site, mainly English and Japanese. I use a separate language file for each language and entire content is made by php. But I am not sure if its the best solution. here is an example : lang_japanese.php

        "ユーザーネーム",
        'Password'=>"パスワード"
        );
        ?>

        lang_english.php

        <?php
        $pageName=array(
        'UserName'="User Name",
        'Password'='Password'
        );
        ?>

        <input type='password' name='password' value=''>

        By the way , I do not use any framework or CMS

        C Offline
        C Offline
        CodingLover
        wrote on last edited by
        #3

        Much similar technique I've used previously. But it is bit of work with the WP. Some kind of plugin will make life easy. However I've found list of plugins and want to try them out, and will share with you. Thanks for the comment too. :)

        I appreciate your help all the time... CodingLover :)

        P M 2 Replies Last reply
        0
        • C CodingLover

          Much similar technique I've used previously. But it is bit of work with the WP. Some kind of plugin will make life easy. However I've found list of plugins and want to try them out, and will share with you. Thanks for the comment too. :)

          I appreciate your help all the time... CodingLover :)

          P Offline
          P Offline
          Peter_in_2780
          wrote on last edited by
          #4

          Did you look at Drupal as an alternative to Wordpress? It's very strong on internationalisation. [having just typed that, I can see why it's called i18n! ;P ] Peter

          Software rusts. Simon Stephenson, ca 1994.

          1 Reply Last reply
          0
          • C CodingLover

            Much similar technique I've used previously. But it is bit of work with the WP. Some kind of plugin will make life easy. However I've found list of plugins and want to try them out, and will share with you. Thanks for the comment too. :)

            I appreciate your help all the time... CodingLover :)

            M Offline
            M Offline
            Mohibur Rashid
            wrote on last edited by
            #5

            I would appreciate if you share :)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups