Click or drag to resize
CMSActionContextCurrentCulture Property

Note: This API is now obsolete.

Current thread culture.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use Thread.CurrentThread.CurrentCulture instead.")]
public static CultureInfo CurrentCulture { get; }

Property Value

Type: CultureInfo
See Also