Show / Hide Table of Contents

Interface ConfigFile.IGlobalizationConfiguration

Utility class used to access the Globalization section in the config file. Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IGlobalizationConfiguration

Properties

AllwaysUseGsmPhoneStyle

Setting this property to true will retun all phone numbers formatted for the display in a GSM Phone style. Default value is false

Declaration
bool AllwaysUseGsmPhoneStyle { get; set; }
Property Value
Type Description
bool

ApplicationCountryCode

Use this country code for associates that are not persons (e.g. anonymous and system users). Default is gb (e.g. England).

Declaration
string ApplicationCountryCode { get; set; }
Property Value
Type Description
string

UseApplicationCountryForPersons

Use the applications country (e.g. ApplicationCountry) for all persons (e.g. employees and external users). This is for applications that are not localized.

Declaration
bool UseApplicationCountryForPersons { get; set; }
Property Value
Type Description
bool
Remarks

Current county in the principal will forced to the ApplicationCountry value.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top