Class LocalizableCollection<T>
Collection of ILocalizable<T>.
public class LocalizableCollection<T> : Collection<ILocalizable<T>>, IList<ILocalizable<T>>, ICollection<ILocalizable<T>>, IReadOnlyList<ILocalizable<T>>, IReadOnlyCollection<ILocalizable<T>>, IEnumerable<ILocalizable<T>>, IList, ICollection, IEnumerable, ILocalizable<T>
Type Parameters
T- The type of the values of the localizables.
- Inheritance
-
LocalizableCollection<T>
- Implements
-
IList<ILocalizable<T>>ILocalizable<T>
- Inherited Members
- Extension Methods
Methods
GetLocalizedValue(ref CultureInfo?)
Gets the value of a culture.
public 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.