Click or drag to resize

LocalizedStringGetTranslation Method

Returns translation for the specified language. Falls back to international string if translation does not exist.

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public string GetTranslation(
	string lang
)

Parameters

lang  String
Language code (null for international string)

Return Value

String
Translation for the specified language.
See Also