Click or drag to resize

SdkConfigurationLiveOddsLanguages Property

List of languages, separated by ';' (e.g. en;de)

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
[TypeConverterAttribute(typeof(StringArrayConverter))]
public string[] Languages { get; }

Property Value

String
Remarks
This is the default languages specification which might be overridden in MetaLanguages or BetTypeLanguages. Null is valid and means use server defaults.
See Also