> How can I change the font language in run time,
> (in a dual language operating system)
> like pressing Alt+Shift in the keyboard, but from the code?
As usual, there are several ways. If you are switching between just a
few languages and they are all supported in one script, then you don't
need to change fonts/scripts at all, and you can just replace the string
values on the panel through attribute nodes, terminals, and locals. If
you need to load in different scripts/fonts, then you will need to use
the Import Strings feature. A VI can't be running when this is used; so
you will want to use dynamic loading so that you can abort a VI, load in
new strings, and rerun then panel.
To generate the VI scripts, you can either localize the panel
intera
ctively saving off the export files, or you can generate one of
the files using Export Files and then translate it using a text editor
and change the script name within the file.
Greg McKaskle