> ## 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.

# SuperOffice.WebApi.Data.LocalizedTextType

# <a id="SuperOffice_WebApi_Data_LocalizedTextType" /> Enum LocalizedTextType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

The type of the locale text strings

```csharp theme={null}
public enum LocalizedTextType
```

## Fields

`Column = 3`

3:

`FunctionRightDesc = 12`

12: 12 (languageid > 0)

`FunctionRightLabel = 11`

11: 11 (languageid > 0)

`ImportField = 4`

4: 4 - import system field names

`ImportGUICategory = 6`

6: 6 - import system table groups

`ImportObject = 5`

5: 5 - import system table names

`Label = 1`

1: 1 = fieldlabels

`PushNotificationText = 41`

41: 41 - push notification tex

`StartupHints = 7`

7: 7  (languageid > 0)

`StatusMonitorName = 16`

16: languageid = 0

`Table = 2`

2:

`UdefAppointmentLabel = 23`

23: 23 (languageid = 0)

`UdefContactLabel = 19`

19: 19  (languageid = 0)

`UdefDocumentLabel = 24`

24: 24 (languageid = 0)

`UdefPersonLabel = 20`

20: 20  (languageid = 0)

`UdefProjectLabel = 21`

21: 21  (languageid = 0)

`UdefSaleLabel = 22`

22: 22 (languageid = 0)

`Unknown = 0`

0: Unknown - used when initializing


## Related topics

- [SuperOffice.WebApi.Data.LocalizedText](/en/api/reference/webapi/SuperOffice.WebApi.Data.LocalizedText.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)
- [SuperOffice.WebApi.Data.List GetLocalizedTextsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetLocalizedTextsRequest.md)
