4images Forum & Community

4images Modifications / Modifikationen => Language Packs => Topic started by: gom79x on March 23, 2003, 04:35:50 PM

Title: question regarding lang change
Post by: gom79x on March 23, 2003, 04:35:50 PM
Hi  i have question about change language on 4images gallery

i been searching for language stuff but can't really find out from
this web site so I am posting it in here..

What i did is installed 4image1.7 + language-english pack.
and i edited install.php, some other *.php and changed
charset to "euc-kr" and after installation it worked very well and supporting and displaying all korean languages.. But
after i got template (4blue_orange2)
and after i change it.
it keeps loading page with english only.
so i have to change lang type to KOR ( in I.E) everytime
i move on to next page.
it Keeps loading with "charset=iso-8859-1" should be
charset=0 or charset="euc-kr"

http://faka.org is my web site

What do i have to do? if I want to change language.
What do i have to edit?

thx
Title: question regarding lang change
Post by: V@no on March 23, 2003, 04:48:25 PM
Open /tempaltes/4blue_orange2/header.html
Find:
Code: [Select]
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
Replace with:
Code: [Select]
<meta http-equiv="content-type" content="text/html; charset={charset}" />

Then, u'll need go through .php files (almost all of them 8O )
and delete htmlspecialchars( ... )
Title: thx very much
Post by: gom79x on March 23, 2003, 11:50:37 PM
just changed header.html and it works very well :)
thx very much... seems fine now.
i will look over .php files and delete htmlspecialchars( ... )
when i get back from school ..

thanks very much
Title: Re: thx very much
Post by: V@no on March 23, 2003, 11:54:22 PM
Quote from: gom79x
just changed header.html and it works very well :)
thx very much... seems fine now.
i will look over .php files and delete htmlspecialchars( ... )
when i get back from school ..

thanks very much

ah, if everything works well now, then dont bother with htmlspecialchars ;)
Title: Re: thx very much
Post by: hk_traveller on May 11, 2003, 04:02:38 AM
Quote from: V@no
Quote from: gom79x
just changed header.html and it works very well :)
thx very much... seems fine now.
i will look over .php files and delete htmlspecialchars( ... )
when i get back from school ..

thanks very much

ah, if everything works well now, then dont bother with htmlspecialchars ;)

Hi,

I also encountered the problem but I solved it using your recommended method.  Thanks anyway.

Tony from Hong Kong