ITaxonomyManagerCurrentLocale Property
|
Gets and sets the current operating locale.
Category node instances created within the session use this locale as a
CreationLocale.
The
[!:Ingeniux.CMS.ICategoryNode.Name],
Description,
TypeName updates depend on the current locale value to determine whether to update original values create translations under this locale.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ILocale CurrentLocale { get; set; }
Property CurrentLocale As ILocale
Get
Set
property ILocale^ CurrentLocale {
ILocale^ get ();
void set (ILocale^ value);
}
abstract CurrentLocale : ILocale with get, set
Property Value
Type:
ILocaleSee Also