| ILanguageMgrCurrLanguageName Property  | 
            Get the name of the current used language.
            
 
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntaxstring CurrLanguageName { get; }Return Value
Type: 
Stringstring
Examples
            If the current used language name is Afrikaans, LanguageMgr.CurrLanguageName will return "Afrikaans".
            
See Also