Hi
i want to translate language.php but I having problems with swedish characters Å Ä Ö. Any siggestions?
Appnitro Software Forums » MachForm 2
Problems with swedish characters
Started 3 years ago by Tommy | 2 posts |
-
Posted 3 years ago #
-
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 #
Reply
You must log in to post.
