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

# LocalizedField

> Represents fields. Used by Company.set/getAddress() functions.

Represents fields. Used by Company.set/getAddress() functions.

## Constructors

### LocalizedField()

```crmscript theme={null}
LocalizedField
```

Initializes a new instance of the Knowledge class.

## Methods

## getAddressType()

Gets address type

```crmscript theme={null}
String getAddressType()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String)

## getLabel()

Gets label

```crmscript theme={null}
String getLabel()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String)

## getName()

Gets name

```crmscript theme={null}
String getName()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String)

## getTooltip()

Gets tooltip

```crmscript theme={null}
String getTooltip()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String)

## getValue()

Gets name

```crmscript theme={null}
String getValue()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String)

## getValueLength()

Gets value length

```crmscript theme={null}
String getValueLength()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String)

## setName(String)

Sets name

```crmscript theme={null}
Void setName(String name)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## setTooltip(String)

Sets tooltip

```crmscript theme={null}
Void setTooltip(String value)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## setValue(String)

Sets value

```crmscript theme={null}
Void setValue(String value)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)


## Related topics

- [SuperOffice.WebApi.Data.LocalizedField](/en/api/reference/webapi/SuperOffice.WebApi.Data.LocalizedField.md)
- [NSLocalizedField](/en/automation/crmscript/reference/CRMScript.NetServer.NSLocalizedField.md)
- [Read the LocalizedAddress](/en/api/web-services/howto/address/get-localized-address.md)
- [NSContactAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSContactAgent.md)
- [SuperOffice.WebApi.Data.Address](/en/api/reference/webapi/SuperOffice.WebApi.Data.Address.md)
- [SuperOffice.WebApi.Agents.IContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IContactAgent.md)
