473,545 Members | 2,032 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Change language when in an Arabic Edit Box

Hi

I am doing a bilingual .NET application for
English/Arabic. On a web form, I have some edit boxes for
data entry in Arabic and some for entry in English. Right
now the user has to change his keyboard language by
pressing ALT+SHIFT (or by changing the language manually
elsewhere) each time he wants to shift from one language
to another.

Is there anyway I can automatically change the language
when the user moves from an English Edit box to an Arabic
Entry edit box?

Thanks...
Nov 17 '05 #1
6 3089
I don't think so, this is purely client side issue, if they want they can
enter their input using Right Alt + the keycode of the characters they want
to type in. Technically you could write an ActiveX control that would do
this but I don't think your users would welcome you changing their input
locale.

Jerry

"Michelle Stone" <mi********@yah oo.com> wrote in message
news:00******** *************** *****@phx.gbl.. .
Hi

I am doing a bilingual .NET application for
English/Arabic. On a web form, I have some edit boxes for
data entry in Arabic and some for entry in English. Right
now the user has to change his keyboard language by
pressing ALT+SHIFT (or by changing the language manually
elsewhere) each time he wants to shift from one language
to another.

Is there anyway I can automatically change the language
when the user moves from an English Edit box to an Arabic
Entry edit box?

Thanks...

Nov 17 '05 #2
I don't think so, this is purely client side issue, if they want they can
enter their input using Right Alt + the keycode of the characters they want
to type in. Technically you could write an ActiveX control that would do
this but I don't think your users would welcome you changing their input
locale.

Jerry

"Michelle Stone" <mi********@yah oo.com> wrote in message
news:00******** *************** *****@phx.gbl.. .
Hi

I am doing a bilingual .NET application for
English/Arabic. On a web form, I have some edit boxes for
data entry in Arabic and some for entry in English. Right
now the user has to change his keyboard language by
pressing ALT+SHIFT (or by changing the language manually
elsewhere) each time he wants to shift from one language
to another.

Is there anyway I can automatically change the language
when the user moves from an English Edit box to an Arabic
Entry edit box?

Thanks...

Nov 17 '05 #3
Actually my customer asked me whether this can be done.
On an employee-registration screen, he has to enter the
name and address of an employee in both English and
Arabic. This guy types without looking at the screen
(only at keyboard) and it was only after typing both
english and arabic that he realized that he forgot to
press ALT+SHIFT to switch language, resulting in garbage
english characters in the arabic text box!

he immediately told me to make this switch automatic, and
i said it will be done.

can anyone give me any pointers to this? thanks
-----Original Message-----
I don't think so, this is purely client side issue, if they want they canenter their input using Right Alt + the keycode of the characters they wantto type in. Technically you could write an ActiveX control that would dothis but I don't think your users would welcome you changing their inputlocale.

Jerry

"Michelle Stone" <mi********@yah oo.com> wrote in message
news:00******* *************** ******@phx.gbl. ..
Hi

I am doing a bilingual .NET application for
English/Arabic. On a web form, I have some edit boxes for data entry in Arabic and some for entry in English. Right now the user has to change his keyboard language by
pressing ALT+SHIFT (or by changing the language manually elsewhere) each time he wants to shift from one language to another.

Is there anyway I can automatically change the language
when the user moves from an English Edit box to an Arabic Entry edit box?

Thanks...

.

Nov 17 '05 #4
Actually my customer asked me whether this can be done.
On an employee-registration screen, he has to enter the
name and address of an employee in both English and
Arabic. This guy types without looking at the screen
(only at keyboard) and it was only after typing both
english and arabic that he realized that he forgot to
press ALT+SHIFT to switch language, resulting in garbage
english characters in the arabic text box!

he immediately told me to make this switch automatic, and
i said it will be done.

can anyone give me any pointers to this? thanks
-----Original Message-----
I don't think so, this is purely client side issue, if they want they canenter their input using Right Alt + the keycode of the characters they wantto type in. Technically you could write an ActiveX control that would dothis but I don't think your users would welcome you changing their inputlocale.

Jerry

"Michelle Stone" <mi********@yah oo.com> wrote in message
news:00******* *************** ******@phx.gbl. ..
Hi

I am doing a bilingual .NET application for
English/Arabic. On a web form, I have some edit boxes for data entry in Arabic and some for entry in English. Right now the user has to change his keyboard language by
pressing ALT+SHIFT (or by changing the language manually elsewhere) each time he wants to shift from one language to another.

Is there anyway I can automatically change the language
when the user moves from an English Edit box to an Arabic Entry edit box?

Thanks...

.

Nov 17 '05 #5
It can't be done with HTML and scripting. You would either have to code your
own browser or somehow get Win32 code to his machine to do this (such as an
ActiveX control).

Jerry

"Michelle Stone" <mi********@yah oo.com> wrote in message
news:07******** *************** *****@phx.gbl.. .
Actually my customer asked me whether this can be done.
On an employee-registration screen, he has to enter the
name and address of an employee in both English and
Arabic. This guy types without looking at the screen
(only at keyboard) and it was only after typing both
english and arabic that he realized that he forgot to
press ALT+SHIFT to switch language, resulting in garbage
english characters in the arabic text box!

he immediately told me to make this switch automatic, and
i said it will be done.

can anyone give me any pointers to this? thanks
-----Original Message-----
I don't think so, this is purely client side issue, if

they want they can
enter their input using Right Alt + the keycode of the

characters they want
to type in. Technically you could write an ActiveX

control that would do
this but I don't think your users would welcome you

changing their input
locale.

Jerry

"Michelle Stone" <mi********@yah oo.com> wrote in message
news:00******* *************** ******@phx.gbl. ..
Hi

I am doing a bilingual .NET application for
English/Arabic. On a web form, I have some edit boxes for data entry in Arabic and some for entry in English. Right now the user has to change his keyboard language by
pressing ALT+SHIFT (or by changing the language manually elsewhere) each time he wants to shift from one language to another.

Is there anyway I can automatically change the language
when the user moves from an English Edit box to an Arabic Entry edit box?

Thanks...

.

Nov 17 '05 #6
It can't be done with HTML and scripting. You would either have to code your
own browser or somehow get Win32 code to his machine to do this (such as an
ActiveX control).

Jerry

"Michelle Stone" <mi********@yah oo.com> wrote in message
news:07******** *************** *****@phx.gbl.. .
Actually my customer asked me whether this can be done.
On an employee-registration screen, he has to enter the
name and address of an employee in both English and
Arabic. This guy types without looking at the screen
(only at keyboard) and it was only after typing both
english and arabic that he realized that he forgot to
press ALT+SHIFT to switch language, resulting in garbage
english characters in the arabic text box!

he immediately told me to make this switch automatic, and
i said it will be done.

can anyone give me any pointers to this? thanks
-----Original Message-----
I don't think so, this is purely client side issue, if

they want they can
enter their input using Right Alt + the keycode of the

characters they want
to type in. Technically you could write an ActiveX

control that would do
this but I don't think your users would welcome you

changing their input
locale.

Jerry

"Michelle Stone" <mi********@yah oo.com> wrote in message
news:00******* *************** ******@phx.gbl. ..
Hi

I am doing a bilingual .NET application for
English/Arabic. On a web form, I have some edit boxes for data entry in Arabic and some for entry in English. Right now the user has to change his keyboard language by
pressing ALT+SHIFT (or by changing the language manually elsewhere) each time he wants to shift from one language to another.

Is there anyway I can automatically change the language
when the user moves from an English Edit box to an Arabic Entry edit box?

Thanks...

.

Nov 17 '05 #7

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

Similar topics

3
6117
by: Brahim Machkour | last post by:
Hello, I'm using JAXB to export/import data from/to a DB through XML files. Everything is working well. I would like also to be able to edit the file using an editor, typically XMLSpy. The problem is that within the XML the arabic text is encoded with strings such as "& #1578;& #1575;& #1585"... and using the editor,...
1
3288
by: Dharmendra Singh | last post by:
Hi I'm using .Net(C#) and working on the form(Screen) which have text boxes for both arabic and english data to store. So i want to change the language at run time from arabic to english and vice-versa, when the control moves from one text box to another. Regards Dharmendra
2
5564
by: eikel | last post by:
Hi I am a newbie c# programmer, I would like to know how to make a function that switches between languages in windows XP/2000. The languages can be set manually in the language bar. Thanks for any help! Regards E.
0
453
by: bvcbb | last post by:
Dear all I am supposed to develop a world ready application in C# 2003 (which will run in xp) which should aupport Arabic & Hebrew also. My doubts(Fears) are: 1. Do i have to create all the forms, message boxes in Arabic also. Does it mean that my application will have duplicate forms. One for Arabic and One for Non-Arabic. I am planning...
0
340
by: Michelle Stone | last post by:
Hi I am doing a bilingual .NET application for English/Arabic. On a web form, I have some edit boxes for data entry in Arabic and some for entry in English. Right now the user has to change his keyboard language by pressing ALT+SHIFT (or by changing the language manually elsewhere) each time he wants to shift from one language to another.
2
2519
by: Fahad | last post by:
I have a web forms that I insert data in database using arabic and Farsi language. The problem is when I insert a record, A record is added but I get blank fields in the columns. When I insert a record using English language, everything is okay. It is a language problem. Is there anyway I can set the language of ASP .Net so that It knows...
0
1990
by: PHPBob | last post by:
Hello, I am trying to run Languid language guesser - see http://languid.cantbedone.org/ I am not a perl programmer, and I have no idea how to get this script running. I am running perl scripts on my computer but Im not sure how to run this one. Part of the main script is called Guess.pm and its code is shown below - Can someone please...
0
1038
by: shizah | last post by:
First of all thanks alot for ur response. Let me clear my point again to u so that u can suggest me a better advice. Well sir u r very much right in this contrast that it can be implemented in my pc. Look only i m anaware of this thing to write text into the text box with shift+alt key. A normal user is unaware of it. if I upload pages into...
2
1701
JustRun
by: JustRun | last post by:
Hi, I'm developing a web application using ASP.NET2.0 with C#, I have tried to use custom validation controls to validate my forms, it worked very well in the English language , but when i test it with Arabic it didn't cause the validator consider the Arabic characters as Special Characters (. - ' " ...) which i prevent them in my forms. Is...
0
7409
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7921
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7437
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7771
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5982
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5343
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3465
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3446
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1900
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 we have to send another system

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.