Skip to main content
All docs
V25.1
  • AITranslationConfigurationBuilder.SetLanguages(List<LanguageInfo>) Method

    Specifies the language list for translation operations.

    Namespace: DevExpress.AIIntegration.Blazor.Reporting.Viewer.Extensions

    Assembly: DevExpress.AIIntegration.Blazor.Reporting.Viewer.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Blazor.Reporting.Viewer

    Declaration

    public AITranslationConfigurationBuilder SetLanguages(
        List<LanguageInfo> languages
    )

    Parameters

    Name Type Description
    languages List<LanguageInfo>

    A list of LanguageInfo objects.

    Returns

    Type Description
    AITranslationConfigurationBuilder

    An AITranslationConfigurationBuilder that can be used to further configure the AI-powered content translation functionality.

    See Also