RegionTranslatableGetTranslation Method

Attempts to get a translation for the specified language.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool GetTranslation(
	string lang,
	out Object value,
	out ChildrenRegionsList children
)

Parameters

lang  String
Language to get the translation for.
value  Object
If the method returns then receives the translation value, otherwise receives .
children  ChildrenRegionsList
If the method returns then receives the child regions, otherwise receives .

Return Value

Boolean
if a translation for the specified language is found.

See Also