NetServer Globalization element
•
Environment: onsite
Some tooltip text!
• 1 minute to read
• 1 minute to read
This configuration is used to access the Globalization section (user origin) in the config file.
<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 for details about handling this programmatically.