I'm quite sure, Windows has no 'locales' for MsgBox controls.
Windows API has a function MessageBoxEx. You can pass a language-ID here, but as far as I've experienced it does not work in the way you're thinking of.
Code:
dummy& = MessageBoxEx(0, szMessage, szCaption, MAKLNG(%LANG_DUTCH, %SUBLANG_DUTCH))
Semen,
Thanks for replying to my MAKELANGID question, elsewhere in this Forum.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
[This message has been edited by Egbert Zijlema (edited March 14, 2001).]
Leave a comment: