Message Box Language

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cmdolcet69

    Message Box Language

    How can i handle message box string that are in English and convert
    what they display into Portuguese? Is there some sort of built in
    library that will do the conversion for me at run time? No to familiar
    with this area of language conversion

    Please help
  • rowe_newsgroups

    #2
    Re: Message Box Language

    On Sep 17, 2:10 pm, cmdolcet69 <colin_dolce... @hotmail.comwro te:
    How can i handle message box string that are in English and convert
    what they display into Portuguese? Is there some sort of built in
    library that will do the conversion for me at run time? No to familiar
    with this area of language conversion
    >
    Please help
    AFAIK, there is no internal translator, you basically need to store
    the translations somewhere and display the proper one. You might want
    to do some research into the globalization settings for .NET, thats
    the "Microsoft recommend" way of doing this.

    Thanks,

    Seth Rowe [MVP]

    Comment

    • kimiraikkonen

      #3
      Re: Message Box Language

      On Sep 17, 9:10 pm, cmdolcet69 <colin_dolce... @hotmail.comwro te:
      How can i handle message box string that are in English and convert
      what they display into Portuguese? Is there some sort of built in
      library that will do the conversion for me at run time? No to familiar
      with this area of language conversion
      >
      Please help
      Similar question of you was tried to be answered here:



      AFAIK, messagebox's language is based on OS language, so the best way
      would be to implement your own messagebox possible using a custom
      form.

      Hope this helps,

      Onur Güzel

      Comment

      Working...