Click or drag to resize
ILanguageMgr Interface

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public interface ILanguageMgr

The ILanguageMgr type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCurrentNetCode
Returns the system locale code.
Public propertyCode exampleCurrentUINetCode
Returns the system locale code.
Public propertyCode exampleCurrLanguageID
Get the internal id of the current used language (automatically given by the system).
Public propertyCode exampleCurrLanguageName
Get the name of the current used language.
Public propertyCode exampleCurrLanguageNetCode
Get the internal net id of the current used language (automatically set in the system).
Public propertyCode exampleDefaultLanguageID
Get the internal id of the default language (automatically set in the system).
Public propertyCode exampleIsDefaultLanguage
Checks if the current used language is the survey's default language.
Public propertyCode exampleStartupLanguageID
Get the internal id of the language that is defined as "Startup language" (Ususally it is the Default language, unless defined otherwise).
Top
Methods
  NameDescription
Public methodCode exampleFillLanguageList
Fills ioList with all the active survey languages. Text: Language Name, Value: Lang ID
Public methodCode exampleSetLanguageByID
Set the language to be used in the interview.
Public methodCode exampleSetLanguageByNetCode
Set the language to be used in the interview.
Public methodCode exampleTryToSetLangByCurrentSetting
Try to change the survey’s language to the system’s locale settings.
Top
See Also