# Localisation and icons

<a id="database.oslocalization"></a>

## oslocalization

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

Localisation strings for DMS object types / fields.

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `oskey` | `nvarchar` | 440 |  |
| `oslocname` | `nvarchar` | 10 |  |
| `osvalue` | `nvarchar` | max |  |

<a id="database.osicons"></a>

## osicons

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

Icon / symbol master data.

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `id` | `int` | — |  |
| `label` | `nvarchar` | 100 |  |
| `icongroup` | `int` | — |  |
| `icondata` | `image` | 2147483647 |  |
| `icontype` | `int` | — |  |

<a id="database.osicongroup"></a>

## osicongroup

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

Icon groups (icon classification).

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `id` | `int` | — |  |
| `groupname` | `nvarchar` | 100 |  |
