473,414 Members | 1,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

IE Language Pack Prompt?

CMM
ASP.NET 2005, I can't seem to figure out how to get IE to display the
language pack prompt for pages that contain foreign characters. You should
be able to do this using meta tags contentype directive but it doesn't work
with ASP.NET... I assume because ASP.NET is sending a contradicting
directive in the response header.

Changing the responseEncoding attribute in Web.Config is not an option. It
is currently set to utf-8 and the site is mixed English, Japanese, etc.

UICulture is set to Japanese. All my resourse files stuff works as
expected... just IE won't display the prompt for users that don't have the
packs already installed.

What am I doing wrong?
Feb 7 '06 #1
2 1408
you have to use font "embedding". specify the font and source in the style
sheet.
<style type="text/css">
<!--
@font-face {
font-family: myfont;
font-style: normal;
font-weight: normal;
src: url(http://www.mysite.com/myfont.eot);
}
-->
</style>

-- bruce (sqlwork.com)
"CMM" <cm*@nospam.com> wrote in message
news:un**************@TK2MSFTNGP12.phx.gbl...
ASP.NET 2005, I can't seem to figure out how to get IE to display the
language pack prompt for pages that contain foreign characters. You should
be able to do this using meta tags contentype directive but it doesn't
work with ASP.NET... I assume because ASP.NET is sending a contradicting
directive in the response header.

Changing the responseEncoding attribute in Web.Config is not an option. It
is currently set to utf-8 and the site is mixed English, Japanese, etc.

UICulture is set to Japanese. All my resourse files stuff works as
expected... just IE won't display the prompt for users that don't have the
packs already installed.

What am I doing wrong?

Feb 7 '06 #2
CMM
I'm not sure if that's what I'm looking. Doesn't sound like it. I'm not
hosting the fonts. These are fonts that are part of the IE language
packs.... if you ever visit a foreign site (for instance:
http://www.sigmagain.com/) IE recognizes and prompts the user to download a
language pack.

The problem is that ASP.NET sends (I think) stuff to the browser (even
foreign fonts) in a netral UTF-8 manner. Apparently IE doesn't pick up on
this off the bat.... eventhough it displays the chinese text just FINE on
systems with the language pack installed. On systems without the language
pack, IE does NOT prompt, and the text appears as garbage.

Suppossedly you can accomplish this using meta tags... but the response
header supercedes it!.... ASP.NET is sending incorrect information in the
response header eventhough the UICulture and things like that are set just
fine in the code.
Feb 7 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Wiktor Zychla | last post by:
I've downloaded the polish language pack for .Net Framework 1.1 and I've installed it. Now I expect to see any exception messages in my native language but I still get english texts in exception...
5
by: H J van Rooyen | last post by:
Hi, I am struggling to get the pack method to do what I intend. I am trying to display user input in a seperate window, along with a little description of the field, something like this: ...
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.