Show / Hide Table of Contents

Class ConfigFile.Globalization

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

Inheritance
Object
ConfigFile.Globalization
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Globalization : Object

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
public static bool AllwaysUseGsmPhoneStyle { get; set; }
Property Value
Type Description
Boolean

ApplicationCountryCode

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

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

UseApplicationCountryForPersons

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

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

Current county in the principal will forced to the value.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top