Skip to main content

MULTI LANGUAGE SUPPORT

In AVIX, many text fields can contain more that one translation of a text. One example is the “name”-field. More than one translation can be imported at the same time using the “.” (dot) notation.

"attributes": {
	"name": {
       "sv": "7 Stationer-Standardtider",
	   "en": "7 Stations-Standard times",
	   "msl": "en"
    },
	"abbreviation": "0001"
}

In the example above “7 Stations-Standard times” is imported to the English translation and “7 Stationer-Standardtider” is imported to the Swedish. AVIX can also store information about what language is the most significant one for a specific field. This is specified by the msl (Most Significant Language) field.