Can i override MessageBox Yes NO Cancel to another language ?
-
we are giving support to japanese language for our product. Iam able to dispaly the Japanese string in the MessageBox.But I dont know how to show(override) OK and Cancel buttons in Japanese. your Advice, will be very helpful to me.
If your product is UNICODE enabled you won't need to take care of this. The Japanese OS will display the text on the buttons properly.
Some things seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
If your product is UNICODE enabled you won't need to take care of this. The Japanese OS will display the text on the buttons properly.
Some things seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
Thank u so much Boss. This is Unicode supported product. But till now we are testing in English OS. So we are able to show all menus Dialogbox strings in Japanese.But Only this Yes NO Cancel in MessageBox are displaying in English. So now i will test this Application in Japanese OS installed system. Once again Thanks for sharing ur Knowledge. Royal.