473,473 Members | 2,124 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Multilingual application

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.

Aug 1 '07 #1
2 2260
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" <po*******@gmail.coma écrit dans le message de news:
11**********************@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.

Aug 1 '07 #2
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.coma é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.

Aug 1 '07 #3

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

Similar topics

3
by: Ed | last post by:
I want to create a multilingual website in ASP. Is the Dictionary object created with the application-level scope the way to go?
0
by: Corobori | last post by:
I am developping a multilingual application. I would like to find an installer integrated with .NET allowing me to develop a multilingual interface as well as including the NET Framework in those...
0
by: Charles | last post by:
Hi, I'm looking for best practices for building a multilingual database. It is for an multilingual application that will use a persistence layer. I would like to know what are the different...
7
by: J?rg Keller | last post by:
Hi all I have to localize an Access 2002 application: The application using several form, tables etc. is currently only in English. Now the frontend has to be bilingual, so the user can choose...
3
by: charliewest | last post by:
Building Multilingual Portal I have been assigned a new project to build a multilingual portal using ASP.NET and the expected Microsoft technologies including C#, ADO.NET and SQL Server 2000. ...
2
by: amitmnagarwal | last post by:
I am using the following code to access the resourc file. Dim sAssembly As sAssembly = .GetExecutingAssembly() Dim rm As New ResourceManager("MultiLingual.Info", sAssembly) ''Case...
0
by: balaki | last post by:
Hi All, I have a Multilingual VB6 application, which rightnow supports French language. When I debug the code, it works in French, by changing the regional settings - locale to French(France)....
7
by: Luc The Perverse | last post by:
Hello! I am looking for a good way to make an application multilingual. Danish/English for now (but I don't want to preclude more than two languages eventually) Every dialog will have an option...
1
by: Abhijit D. Babar | last post by:
I have to create a multilingual application in Visual c++ .net 2008. I have a Windows form application and i want to run this on multilingual support. So how can i do this. Which change i have...
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.