displaying different input text language on web page

  • Thread starter Thread starter Paul M
  • Start date Start date
P

Paul M

Hi there, i hope someone can help me out here..

I have a input screen where i want the user to enter text in 2 different
languages, english and macedonian.

How is it possible to make the macedonian input boxes so when you type into
them, it is entered into macedonian font?
I dont want the users to be downloading anything also.

thanks,
Paul.
 
Hi, Paul

The ability to enter characters in a specific font or cultural context is
really dependent on the operating system configuration of the client
machine. You don't have control of that from IE. You might be able to
fake something up, but not with a standard input box.

Thank you for choosing the MSDN Managed Newsgroups,

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
(c) 2003 Microsoft Corporation. All rights reserved.
--------------------
| From: "Paul M" <[email protected]>
| Subject: displaying different input text language on web page
| Date: Wed, 30 Jul 2003 14:06:46 +0200
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.general
| NNTP-Posting-Host: ppp5-10.mol.com.mk 212.110.66.10
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:102822
| X-Tomcat-NG: microsoft.public.dotnet.general
|
| Hi there, i hope someone can help me out here..
|
| I have a input screen where i want the user to enter text in 2 different
| languages, english and macedonian.
|
| How is it possible to make the macedonian input boxes so when you type
into
| them, it is entered into macedonian font?
| I dont want the users to be downloading anything also.
|
| thanks,
| Paul.
|
|
|
 
Hi, Paul

The first issue you need to address to make this happen is getting a
license to distribute the font. Once you pass that hurdle, it isn't
difficult to download the file to a target computer, but the customer has
to know to put the font file in the right place. The issue of the size of
the font can be a factor if the customer has a slow connection.

Please get back to me and let me know if you need further information.

Thank you for choosing the MSDN Managed Newsgroups,

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
(c) 2003 Microsoft Corporation. All rights reserved.
--------------------
| From: "Paul M" <[email protected]>
| References: <#[email protected]>
<[email protected]>
| Subject: Re: displaying different input text language on web page
| Date: Fri, 1 Aug 2003 09:32:17 +0200
| Lines: 60
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.general
| NNTP-Posting-Host: ppp3-27.mol.com.mk 212.110.65.27
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:103096
| X-Tomcat-NG: microsoft.public.dotnet.general
|
| thanks for your reply.
|
| Would you know then if it is possible to set a font for a textbox, and if
| the end-user does not have that font, it will prompt them to download and
| install it when they view that page?
|
| thanks.
| Paul
|
| | > Hi, Paul
| >
| > The ability to enter characters in a specific font or cultural context
is
| > really dependent on the operating system configuration of the client
| > machine. You don't have control of that from IE. You might be able to
| > fake something up, but not with a standard input box.
| >
| > Thank you for choosing the MSDN Managed Newsgroups,
| >
| > John Eikanger
| > Microsoft Developer Support
| >
| > This posting is provided "AS IS" with no warranties, and confers no
| rights.
| > (c) 2003 Microsoft Corporation. All rights reserved.
| > --------------------
| > | From: "Paul M" <[email protected]>
| > | Subject: displaying different input text language on web page
| > | Date: Wed, 30 Jul 2003 14:06:46 +0200
| > | Lines: 13
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| > | Message-ID: <#[email protected]>
| > | Newsgroups: microsoft.public.dotnet.general
| > | NNTP-Posting-Host: ppp5-10.mol.com.mk 212.110.66.10
| > | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| > | Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:102822
| > | X-Tomcat-NG: microsoft.public.dotnet.general
| > |
| > | Hi there, i hope someone can help me out here..
| > |
| > | I have a input screen where i want the user to enter text in 2
different
| > | languages, english and macedonian.
| > |
| > | How is it possible to make the macedonian input boxes so when you type
| > into
| > | them, it is entered into macedonian font?
| > | I dont want the users to be downloading anything also.
| > |
| > | thanks,
| > | Paul.
| > |
| > |
| > |
| >
|
|
|
 
Back
Top