RegionTranslatableContainsTranslationValue Method

Determines whether a translation for the specified language exists.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool ContainsTranslationValue(
	string lang
)

Parameters

lang  String
 

Return Value

Boolean
if a translation for the specified language is found.

See Also