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

# NetServer Globalization element

> NetServer configuration used to access the Globalization section in the config file

This configuration is used to access the Globalization section (user origin) in the config file.

```XML theme={null}
<Globalization>
  <add key="ApplicationCountryCode" value="GBR" />
  <add key="UseApplicationCountryForPersons" value="True" />
</Globalization>
```

| Name                            | Description                                                                                                                                                                                                                                       | Default       |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| AllwaysUseGsmPhoneStyle         | Setting this property to true will return all phone numbers formatted for the display in a GSM Phone style.                                                                                                                                       | false         |
| ApplicationCountryCode          | Use this country code for associates that are not persons (such as anonymous and system users).                                                                                                                                                   | GBR (England) |
| UseApplicationCountryForPersons | Use the application's country (`ApplicationCountry`) for all persons (such as employees and external users). This is for applications that are not localized. The current county in the principal will be forced to the ApplicationCountry value. |               |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.Globalization.yml


## Related topics

- [Pocket CRM configuration](/en/onsite/pocket-crm/configure.md)
- [NetServer Reporter element](/en/onsite/web-config/reporter.md)
- [NetServer Services element](/en/onsite/web-config/services.md)
- [NetServer Scripting element](/en/onsite/web-config/scripting.md)
- [NetServer Infrastructure element](/en/onsite/web-config/infrastructure.md)
- [NetServer Webhooks element](/en/onsite/web-config/webhooks.md)
