|
-
Nov 16th, 1999, 08:40 PM
#1
Thread Starter
Member
Hello,
Does anybody know how to implement multilingual support in vb application?
By selecting a language like Arabic through a menu option,Arabic is enabled and the textbox controls in a form should change from left to right. Arabic interface for the Keyboard is enabled and whatever typed is set from left to right.
Can anybody help..
------------------
ganraj.
[This message has been edited by ganraj (edited 11-17-1999).]
-
Nov 16th, 1999, 09:11 PM
#2
Addicted Member
You can use 'Resource file'
for an example: use 'New project -> VB application wizard.
Here you can select 'Use resource file for strings' and then you can make multiple languages.
Of course, if you want to support the writing going form left to right, or from right to left, I think you should write it your own.
Maybe a common function that 'translate' text from one direction to another
-
Nov 16th, 1999, 10:00 PM
#3
Thread Starter
Member
Thanks.... I'll try that...
------------------
ganraj.
-
Nov 16th, 1999, 10:08 PM
#4
Guru
To change it from Left to Right to Right to Left, set the RightToLeft property available on most controls to True, and optionally, the Alignment property to Right Aligned.
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
AIM: RYoni69
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|