How to switch NJWIN language from a program?
To switch NJWIN language from a program, call
SendMessage(FindWindow("NJWIN32",NULL),WM_COMMAND,id);SendMessage(FindWindow("NJWIN16",NULL),WM_COMMAND,id);
where
id=501 - Chinese Auto Simplified
id=502 - Chinese Auto Traditional
etc..
valid id=501-518, corresponding to the menu list.

