Table of Contents

Class AppLangHelperShared

Namespace
SunamoShared._public
Assembly
SunamoShared.dll

Provides shared application language culture settings.

public class AppLangHelperShared
Inheritance
AppLangHelperShared
Inherited Members
Extension Methods

Properties

CurrentCulture

Gets or sets the current culture used for formatting.

public static CultureInfo CurrentCulture { get; set; }

Property Value

CultureInfo

CurrentUICulture

Gets or sets the current UI culture used for resource localization.

public static CultureInfo CurrentUICulture { get; set; }

Property Value

CultureInfo