Skip to main content
All docs
V26.1
  • IXafCultureInfoService.CurrentCulture Property

    Returns the current culture.

    Namespace: DevExpress.ExpressApp.Blazor.Services

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    CultureInfo CurrentCulture { get; }

    Property Value

    Type Description
    CultureInfo

    The current culture information.

    Remarks

    Refer to the following topic for information on how to localize an XAF ASP.NET Core Blazor UI application: Localize an XAF Application.

    See Also