Click or drag to resize

SdkConfigurationLiveOddsMetaLanguages Property

List of languages for meta-data, 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[] MetaLanguages { get; }

Property Value

String
Remarks
When null this falls back to Languages or null (which means use server defaults).
See Also