IHasLanguageLanguage Property
The main localization culture of the company/environment/user. If none are selected, English is set as default.
Namespace: MobileTrack.Common.InterfacesAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
CultureInfo? Language { get; set; }
Property Value
CultureInfo - 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.