Click or drag to resize
ILanguageMgrCurrLanguageName Property
Get the name of the current used language.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string CurrLanguageName { get; }

Return Value

Type: String
string
Examples
If the current used language name is Afrikaans, LanguageMgr.CurrLanguageName will return "Afrikaans".
See Also