{CompanyName} FlexyGo

Translator..::..Translate Method

Translates the specified text to the default profile language . If no entry exists for that language it will return the original string

Namespace:  FLEXYGO.Localization
Assembly:  flxLocalization (in flxLocalization.dll)

Syntax


public string Translate(
	string aText,
	eTranslation_Areas Area
)
Public Function Translate ( _
	aText As String, _
	Area As eTranslation_Areas _
) As String

Parameters

aText
Type: String
A text to translate.
Area
Type: FLEXYGO.Localization..::..eTranslation_Areas
A system translation area

Return Value

System.String.