oslanguages

This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Part of the DMS object definition (see DMSObjDef<xs:element name="languages">). Holds the languages configured in the object definition (locale names and activation status).

1. Columns

Name Type Length Description

langid

int

Unique ID of the language (primary key). Referenced from other tables, e.g. from benutzer.langid as the user’s preferred language.

active

smallint

Activation status of the language:

* 0 — disabled. * 1 — active. * 2 — active and default language. Exactly one language should have the value 2 — it applies when a user has no preferred language selected (benutzer.langid IS NULL).

locname

nvarchar

32

ISO code of the language (e.g. de, en, fr).