Table of Contents

Interface ILocalizable<T>

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
Represent an object holding a localized value.
public interface ILocalizable<out T>

Type Parameters

T
The type of the value.
Extension Methods

Methods

GetLocalizedValue(ref CultureInfo?)

Gets the value of a culture.
T GetLocalizedValue(ref CultureInfo? culture)

Parameters

culture CultureInfo
The preferred culture of the value. When the method returns, set to the actual culture of the value.

Returns

T
The localized value.