RegionTranslatableGetTranslation Method
Attempts to get a translation for the specified language.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool GetTranslation(
string lang,
out Object value,
out ChildrenRegionsList children
)
Public Function GetTranslation (
lang As String,
<OutAttribute> ByRef value As Object,
<OutAttribute> ByRef children As ChildrenRegionsList
) As Boolean
public:
bool GetTranslation(
String^ lang,
[OutAttribute] Object^% value,
[OutAttribute] ChildrenRegionsList^% children
)
member GetTranslation :
lang : string *
value : Object byref *
children : ChildrenRegionsList byref -> bool
- 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 .
Boolean if a translation for the specified language is found.