4images Modifications / Modifikationen > Language Packs

question regarding lang change

(1/1)

gom79x:
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

V@no:
Open /tempaltes/4blue_orange2/header.html
Find:
--- Code: ---<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
--- End code ---

Replace with:
--- Code: ---<meta http-equiv="content-type" content="text/html; charset={charset}" />
--- End code ---


Then, u'll need go through .php files (almost all of them 8O )
and delete htmlspecialchars( ... )

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

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
--- End quote ---

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

hk_traveller:

--- 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
--- End quote ---

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

Hi,

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

Tony from Hong Kong

Navigation

[0] Message Index

Go to full version