Hi,
I have this problem: I need to use the Russian language in my application wrote in CVI 6.0. I found some problems to use the correct font.
I must to change the messageBox font only in my application and I saw that I need to set the default CVI font in the Windows Registry the following value:
//HKEY_LOCAL_MACHINE/SOFTWARE/NATIONAL INSTRUMENTS/CVI Run-Time Engine/cvirte /DialogFontName (type: string, value: MAC C Swiss).
Also I have added the following value to use the correct font into menu: //HKEY_LOCAL_MACHINE/SOFTWARE/NATIONAL INSTRUMENTS/CVI Run-Time Engine/cvirte /MenuFontName. Strangely the second key working good, but the first one have problem. The problem is that my application show the messages in Thaoma font (take from Windows).
Anybody can help me??