Click or drag to resize

LocalizedStringAddTranslation Method

Adds a new translation to the string. Overrides the previous language translations if existed.

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public void AddTranslation(
	string lang,
	string translation
)

Parameters

lang  String
Language code
translation  String
Translation for this language
See Also