PC Review


Reply
Thread Tools Rate Thread

how can I write msgbox msg in another language?

 
 
=?Utf-8?B?VGFtaQ==?=
Guest
Posts: n/a
 
      23rd Jun 2005
I'd like to show msg to user and use for it msgbox. How can I show msg in
different language ( for an example in Georgian) ?
Thanks
 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      23rd Jun 2005
AFAIK, the language of the message box is dependent on the operating system.

Try creating your own form that looks like a message box, and use it
instead.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"Tami" <(E-Mail Removed)> wrote in message
news:26ECC7E7-FAD0-4CBE-953A-(E-Mail Removed)...
> I'd like to show msg to user and use for it msgbox. How can I show msg in
> different language ( for an example in Georgian) ?
> Thanks



 
Reply With Quote
 
RD
Guest
Posts: n/a
 
      24th Jun 2005
<Place tongue firmly in cheek>

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)


HTH,
RD


On Thu, 23 Jun 2005 01:33:07 -0700, "Tami" <(E-Mail Removed)>
wrote:

>I'd like to show msg to user and use for it msgbox. How can I show msg in
>different language ( for an example in Georgian) ?
>Thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get a MsgBox to pop up if I have VBA write a wrong link jayray Microsoft Excel Programming 2 22nd Sep 2010 04:05 PM
Modify to write results into B2 down instead of msgbox Max Microsoft Excel Programming 7 3rd Jan 2009 03:24 AM
What determines the language of MSGBOX's Yes , No ? Zoo Microsoft Excel Programming 2 19th Feb 2008 12:37 AM
I can't write other language in IE 6.0 as before =?Utf-8?B?Qm9C?= Windows XP Internet Explorer 0 27th Jul 2005 07:19 PM
Anyone using .Net language to write shareware JL Microsoft Dot NET 2 13th Jan 2005 09:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:47 PM.