You mean like this?
MsgBox "Y'all come on down now, y' heyah!", ,"Georgian Language"
<You can relax your tongue, now>
The text displayed in a message box is just a string but I'm guessing for
Georgian you need a special font? I think the fonts used are set in the
operating system but, you can look in VBA Help for the LanguageSettings Property
and the LanguagePreferredForEditing and see if that gets you anywhere.
Application.LanguageSettings.LanguagePreferredForEditing(lid As MsoLanguageID)
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.