SetLanguage Text Command

SETLANGUAGE Text Commands

Sets the text language at the insertion point, for selected text or for a style tag.

setlanguage [DOCUMENT name | WINDOW name | STYLETAG name]

language/s The language:

DEFAULT Document/chapter default.
AMERICAN American English.
ENGLISH International English.
FRANCAIS French.
DEUTSCH German.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Notes:

This command does not have an interface equivalent.

Examples:

setlanguage American

setlanguage Francais styletag 'Body Text'

 

SetLanguage  Command Definition  url:PGScmd/setlanguage
  created:2006-03-31 10:52:56   last updated:2006-03-31 10:52:56
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetLanguage
Dan Kilroy wrote...2006-05-04 17:09:11

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

SetLanguage (<DEFAULT | language> [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetLanguage