hexagon logo

Use of language depending strings

Do you write measurement routines that are used in different languages?

Here is an example of what this might look like:

ASSIGN/NO_STRING=GETSETTING("LangStr(NO)")
C1 =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,OVC=NO,
Will you use the manual alignment?
IF/C1.INPUT==NO_STRING
GOTO/L1
END_IF/

Since the result of the operator input YES/NO depends on the language of the operating system, the LanguageString from the PC-DMIS resources is used here.