Collapse AllExpand All

10.37.3. Generation (Example) Previous topic Parent topic Child topic Next topic

This is a default feature and need not be released using CODEW, FEASU AMO.
  • Install the list of languages available in the switch (the first language in the list is the default language, in the example German. All stations where no other language was explicitly defined as priority language will use German):
    CHA-ZAND:TYPE=ALLDATA2,TEXTSEL=GERMAN&ENGLISH&
    PORTUG&FINNISCH;
    
  • Enter a list of languages for the control of the phone inherent special character tables and for the phone inherent telephone book menu. Make sure that the languages on positions 1 to 5 in both lists match (LANGID parameter and TEXTSEL). For the above example enter the following:
    CHA-ZAND:TYPE=OPTISET,LANGID=GERMAN&ENGLISH&
    PORTUG&FINNISCH;
    
  • To activate the new list containing the available languages save the new data and restart the system:
    EXEC-UPDAT:UNIT=BP,SUSY=ALL;
    
    EXEC-REST:TYPE=SYSTEM,RSLEVEL=RELOAD;
    
  • Change the priority language of a terminal:
    CHA-SBCSU:STNO=3258,OPT=OPTI,TEXTSEL=GERMAN; 
    
  • Switch off all other stations before changing the priority language. Change the priority language of a Set 400:
    DEA-DSSU:OFFTYPE=DI,TYPE=STNO,STNO=3212;  
    /* Deactivate station        
    
    CHA-SCSU:STNO=3212,TEXTSEL=GERMAN;      
    /* Change priority language
    
    AC-DSSU:ONTYPE=AUL,TYPE=STNO,STNO=3212;     
    /* Activate station
    
  • Define the language selection key for a terminal (key 12 in the following example):
    CHA-TAPRO:STNO=3256,DIGTYP=OPTISET,KY12=TEXTSEL;
    
  • Configure the COS for static or dynamic language selection for the user:
    CHA-SDAT:STNO=3256,TYPE=ATTRIB,AATTR=TEXTDYN;  
    /* dynamic selection
    
    or
    CHA-SDAT:STNO=3256,TYPE=ATTRIB,AATTR=TEXTSTAT;   /* static 
    selection