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 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": {