> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum LocalizedTextType

> The type of the locale text strings

The type of the locale text strings

## Syntax

```crmscript theme={null}
LocalizedTextType
```

## Fields

| Name                 | Description                      |
| -------------------- | -------------------------------- |
| Unknown              | Unknown - used when initializing |
| Label                | 1 = fieldlabels                  |
| Table                |                                  |
| Column               |                                  |
| ImportField          | 4 - import system field names    |
| ImportObject         | 5 - import system table names    |
| ImportGUICategory    | 6 - import system table groups   |
| StartupHints         | 7  (languageid > 0)              |
| FunctionRightLabel   | 11 (languageid > 0)              |
| FunctionRightDesc    | 12 (languageid > 0)              |
| StatusMonitorName    | languageid = 0                   |
| UdefContactLabel     | 19  (languageid = 0)             |
| UdefPersonLabel      | 20  (languageid = 0)             |
| UdefProjectLabel     | 21  (languageid = 0)             |
| UdefSaleLabel        | 22 (languageid = 0)              |
| UdefAppointmentLabel | 23 (languageid = 0)              |
| UdefDocumentLabel    | 24 (languageid = 0)              |
| PushNotificationText | 41 - push notification tex       |


## Related topics

- [SuperOffice.WebApi.Data.LocalizedTextType](/en/api/reference/webapi/SuperOffice.WebApi.Data.LocalizedTextType.md)
- [SuperOffice.WebApi.Data.List GetLocalizedTextByTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetLocalizedTextByTypeRequest.md)
- [SuperOffice.WebApi.Data.List GetLocalizedTextsByTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetLocalizedTextsByTypeRequest.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
- [Get Localized Texts By Type](/en/api/reference/restful/agent/list_agent/get-localized-texts-by-type.md)
