Interface ILocalizable<T>
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
cultureCultureInfo- The preferred culture of the value. When the method returns, set to the actual culture of the value.
Returns
- T
- The localized value.