N
Nesster13
Hi,
I have an application that utilize a local resource file and have an
external header file that I used through an include statement. In the
header file, it set the charset as "euc-kr". In the application I have
set the code in the global.asax set the application culture as "ko".
and in the local resource file I have set the encoding to be "euc-kr"
also. For some reason, on page load, the application set the language
as unicode utf-8. If I load the header file by itself, it will set the
language as korean euc-kr on page load (this is what I want). Somehow,
the application have set the language to Unicode on page load. Does
any one know how to set the language code to be right on page load?
Thanks in advance.
I have an application that utilize a local resource file and have an
external header file that I used through an include statement. In the
header file, it set the charset as "euc-kr". In the application I have
set the code in the global.asax set the application culture as "ko".
and in the local resource file I have set the encoding to be "euc-kr"
also. For some reason, on page load, the application set the language
as unicode utf-8. If I load the header file by itself, it will set the
language as korean euc-kr on page load (this is what I want). Somehow,
the application have set the language to Unicode on page load. Does
any one know how to set the language code to be right on page load?
Thanks in advance.