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

# Preference section FieldLabels

> Preference section FieldLabels

To view all preferences in this section, use the following SQL:

```SQL theme={null}
SELECT * FROM UserPreference WHERE prefsection='FieldLabels'
```

Field labels are turned on/off using preferences, but the actual labels are stored in the LocaleText table.

| Preference            | Description                                                             | Control type | Access |
| --------------------- | ----------------------------------------------------------------------- | ------------ | ------ |
| LastLanguage          | Last-used language for field labels                                     | Number       | Wizard |
| ShowCustomFieldLabels | Enabling this setting will allow you to edit field labels in the system | Bool         | Wizard |


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.FieldLabels](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.FieldLabels.md)
- [FieldLabel table](/en/database/tables/fieldlabel.md)
- [Preference section FieldReplication](/en/admin/user-preferences/reference/field-replication.md)
- [SuperOffice.WebApi.Data.UserDefinedFieldInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserDefinedFieldInfo.md)
- [Preference section System](/en/admin/user-preferences/reference/system.md)
- [Get User Defined Field From Field Label](/en/api/reference/restful/agent/userdefinedfieldinfo_agent/get-user-defined-field-from-field-label.md)
