Difference between revisions of "Context getSelectedLanguage"

From Catglobe Wiki
Jump to: navigation, search
 
Line 23: Line 23:
  
 
string test = Context_getSelectedLanguage();
 
string test = Context_getSelectedLanguage();
 +
 +
//output : en-US
  
 
'''Availability'''
 
'''Availability'''

Latest revision as of 09:35, 28 December 2011



Context_getSelectedLanguage

Return string iso-code of selected language

( this function is used for Questionnaire Viewer context)

Syntax

Context_getSelectedLanguage();

Arguments

None

Return type

string

Examples

string test = Context_getSelectedLanguage();

//output : en-US

Availability

Version 5.7