PGetPMLanguage

Gets the language version (used in menus and dialog boxes) of the current copy of PageMaker.


Query results

This query returns a C string containing the language version of PageMaker. At this time, the available languages are:
Bulgarian
Chinese Simplified
Chinese Traditional
Czech
Danish
Dutch
English CE
English IE
English US
Finnish
French
German
Hungarian
Italian
Japanese
Korean
Norwegian
Polish
Portuguese Brazilian
Russian
Swedish
Spanish Castilian
Spanish Latin American
Ukrainian (Macintosh only)
Language version, not dictionary. The PGetPMLanguage query returns the language used in the menus and dialog boxes. It does not return the name of the default dictionary used for spelling and hyphenation.

Example.

PGetPMLanguage lang;
if (strcmp(lang, "Swedish") == 0)
cout << "Ya betcha";


See also

The PGetDictionary and PGetPMInfo queries


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support