Table of Contents

Class SharedCultures

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
Shared cultures.
public static class SharedCultures
Inheritance
SharedCultures
Inherited Members

Properties

CurrentCulture

The current culture.
public static CultureInfo CurrentCulture { get; }

Property Value

CultureInfo

CurrentUICulture

The current UI culture.
public static CultureInfo CurrentUICulture { get; }

Property Value

CultureInfo

Methods

Get(string)

Gets a culture of the specified name.
public static CultureInfo Get(string name)

Parameters

name string
The name of the culture.

Returns

CultureInfo
The culture of the specified name.