Appnitro Software Forums » MachForm 2

Problems with swedish characters


  1. Tommy
    Member

    Hi
    i want to translate language.php but I having problems with swedish characters Å Ä Ö. Any siggestions?

    Posted 3 years ago #
  2. Try this, edit your includes/language.php file, at the bottom before the ?> tag, insert this code:

    foreach ($lang as $key=>$value){
      $lang[$key] = utf8_encode($value);
    }

    MachForm Founder

    Posted 3 years ago #

RSS feed for this topic

Reply