Message Box Language

C

cmdolcet69

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
 
R

rowe_newsgroups

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]
http://sethrowe.blogspot.com/
 
K

kimiraikkonen

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:

http://groups.google.com/group/micr...f65e1?hl=en&lnk=st&q=message#4a60618346ff65e1

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to convert Message box from English to Portuguese 1
Input Language 1
Input Language for New Mail Messages 1
Opening Documents 1
Windows XP Language packs!!! 6
Converting C++ to C# 1
External functions 2
Coding service dependencies 3

Top