CompanyDtoLanguage Property

The main localization culture of the company/environment/user. If none are selected, English is set as default.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public CultureInfo? Language { get; set; }

Property Value

CultureInfo

Implements

IHasLanguageLanguage

Remarks

  • Only supported languages – As of right now, MobileTrack Nexus only supports Dutch (nl-NL), English (en-US), French (fr-FR)
    and German (de-DE). Therefore, those are the only cultures one can set.
  • Fallback hierarchy – If this value is , a fallback will be used; if a AccountDto has no
    language set, the CompanyDto's it belongs to will be used. If theirs isn't set either, InvariantCulture will be used instead.

See Also