4.7.7.4.3. Translatable text attributes (9.02)

Values of text attributes can be translated.

On this do the following:

  1. Create an own column for each desired language (here exemplified "VALDESC_german" and "VALDESC_english") and in the text attribute column insert the desired values (here exemplified "TextA" and "TextB").

    attributedata.txt

    attributedata.txt

  2. Make sure that in the configuration file classimport.cfg the key "LANGUAGESFORVALUES" declares the desired languages

    [CLASSIMPORT]
    LANGUAGESFORVALUES=german,english

    or that when calling up the "classimport.vbb" file the parameter "-languagesforvalues" is set.

    %CADENAS%\bin\x86\32\cscripthost.exe 
    %cadenas_setup%\scripts\common\classimport.vbb 
    -mode new 
    -logfile c:\import\logfile.txt 
    -user erpuser 
    -pwd erpuser
    –languagesforvalues german,english
  3. In the attributedef.txt file for the desired text attributes, in the column "ATTRANSLATED" the value '1' has to be set.

    attributes_definition.txt - 2

    attributes_definition.txt - 2

  4. -> Result in PARTdataManager

    PARTdataManager - Columns with translatable text attributes

    PARTdataManager - Columns with translatable text attributes