Please enable JavaScript to view this site.

Version:

Navigation: Domain Package Configuration > Attribute Form Naming Convention

Locales for attribute forms

Prev Top Next More

The keys are defined without ambiguity in the locales section. Names are assigned for the following slots according to specific rules:

For each asset group in the tables

For each asset type of an asset group

For all columns in the tables that should be displayed

For all Esri domain records in the database and for each value contained therein

For each title in a form mask

For each group in a form mask

For each included expression

For all value-list entries

For each language that is to be covered, an entry must be created. The designations (keys) for these must be identical.

It is possible to generate all of the entries for a language and then to copy the entire content.

   "locales": {

       "inv": {

           "VGU_Unknown": "Unknown",

           "WATDeviceRegulationDevice": "Regulation Device",

   ......

           "Field_phase_id_Title": "Phase ID",

           "Field_Shape__Length_Title": "SHAPE Length [m]"

       },

       "de": {

           "VGU_Unknown": "Unbekannt",

           "WATDeviceRegulationDevice": "Regulierungs Gerät",

  ......

           "Field_phase_id_Title": "Phase-ID",

           "Field_Shape__Length_Title": "Geometrische Länge [m]"

       }

   },

   "codedValues": {

© 2025 VertiGIS. All Rights Reserved. | Privacy Center | Imprint
Documentation Version 1.4 (11de85a4)