Results 1 to 4 of 4

Thread: Multilingual Support

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 1999
    Location
    dubai
    Posts
    39

    Post

    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).]

  2. #2
    Addicted Member c@lle's Avatar
    Join Date
    Oct 1999
    Location
    Belgium
    Posts
    179

    Post

    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

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 1999
    Location
    dubai
    Posts
    39

    Post

    Thanks.... I'll try that...

    ------------------
    ganraj.

  4. #4
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Post

    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
  •  



Click Here to Expand Forum to Full Width