Interface ILocalization
Interface for localization.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Localization
Assembly: Kephas.Core.dll
Syntax
public interface ILocalization : IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceCulture
Gets the culture.
Declaration
CultureInfo Culture { get; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo | The culture. |