Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Multilingual application

Reply
Thread Tools

Multilingual application

 
 
raju
Guest
Posts: n/a
 
      08-01-2007
Hai all,

I am working on the multilingual application, in asp.net. In
that we are displaying contents in some other language (user selected
language). In that page, we are having some textbox for user input. Is
there any way to restrict the user to input only english characters on
the given textbox.

if any one knows the solution pl. share with me.

Regards,
Raj.

 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      08-01-2007
You could use client side JavaScript to filter pressed keys though I'm not
sure what you mean by English character ?

I woudl likely left this unchanged and would make crystal clear which is the
current language (my guess would be that you would like that users
understands that they have to enter data in the language the UI currently
uses ?). I would do this by education rather than enforcing this by a rule
(IMO the added value/work involved balance is too low especially if you want
to do this for several languages plus a user could enter a phrase in a
foreign language that uses "english" characters but that is still not an
english phrase).

You could also use the apporiate data type in the DB to be bale to handle
unicode characters (could be needed depending on the language scope you are
handling).

If this is not that you have in mind, please elaborate a bit on the problem
you are trying to solve...

--
Patrice

"raju" <> a écrit dans le message de news:
. com...
> Hai all,
>
> I am working on the multilingual application, in asp.net. In
> that we are displaying contents in some other language (user selected
> language). In that page, we are having some textbox for user input. Is
> there any way to restrict the user to input only english characters on
> the given textbox.
>
> if any one knows the solution pl. share with me.
>
> Regards,
> Raj.
>



 
Reply With Quote
 
 
 
 
raju
Guest
Posts: n/a
 
      08-01-2007
On Aug 1, 4:33 pm, "Patrice" <http://www.chez.com/scribe/> wrote:
> You could use client side JavaScript to filter pressed keys though I'm not
> sure what you mean by English character ?
>
> I woudl likely left this unchanged and would make crystal clear which is the
> current language (my guess would be that you would like that users
> understands that they have to enter data in the language the UI currently
> uses ?). I would do this by education rather than enforcing this by a rule
> (IMO the added value/work involved balance is too low especially if you want
> to do this for several languages plus a user could enter a phrase in a
> foreign language that uses "english" characters but that is still not an
> english phrase).
>
> You could also use the apporiate data type in the DB to be bale to handle
> unicode characters (could be needed depending on the language scope you are
> handling).
>
> If this is not that you have in mind, please elaborate a bit on the problem
> you are trying to solve...
>
> --
> Patrice
>
> "raju" <ponnur...@gmail.com> a écrit dans le message de news:
> 1185964537.242290.122...@d55g2000hsg.googlegroups. com...
>
>
>
> > Hai all,

>
> > I am working on the multilingual application, in asp.net. In
> > that we are displaying contents in some other language (user selected
> > language). In that page, we are having some textbox for user input. Is
> > there any way to restrict the user to input only english characters on
> > the given textbox.

>
> > if any one knows the solution pl. share with me.

>
> > Regards,
> > Raj.- Hide quoted text -

>
> - Show quoted text -


Hai Patrice,

Thanks for your immed. reply.

For an example,

Our web page contains some chinese contents and some textbox
for user input. Now the user installed and selected the chinese
keyboard, in the language bar in his system. Now typing some
characters in that text box, then it will display as in chinese
character.

In that place, we want to restrict the input only as "English
Keyboard" not in chinese keyboard.

Is it possible to do in multilingual application.?

I think, you will understand what i am asking?

Pl. give some idea regarding this!

Regards,
Raj.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Doubt on Multilingual application amitmnagarwal@gmail.com ASP .Net 2 10-12-2006 11:04 AM
multilingual application in C++ Imran C++ 1 08-29-2006 10:08 AM
2005/06/21 Lectra.Kaledo.Style.V1R1C11.Multilingual, 2005/06/21 Lectra.Diamino.Fashion.V5R2.Multilingual, new ! vvcd NZ Computing 0 06-24-2005 02:17 AM
Is MS-Windows 2000 Server multilingual version needed for the deployment of multilingual website? JoanneC ASP .Net 0 08-30-2003 03:45 PM
MS-Windows 2000 Server multilingual version needed to deploy multilingual website? JoanneC ASP .Net 0 08-28-2003 11:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57