<GetStart>
CSPro User's Guide
The CSPro System
Data Dictionary Module
The CSPro Language
Data Entry Module
Batch Editing Applications
Tabulation Applications
Data Sources
CSPro Statements and Functions
Statement Format Symbols
Alphabetical List of Functions and Statements
List of Reserved Words
Deprecated Features
Declaration Statements
Numeric Values
String Values
Symbol Functions
Item Functions
Array Object
Audio Object
Barcode and QR Codes
Case Object
Document Object
File Object
Freq Object
Geometry Object
HashMap Object
Image Object
List Object
Map Object
Path
Pff Object
StringWriter Object
SystemApp Object
ValueSet Object
Program Control Statements
Assignment Statements
Data Entry Statements and Functions
Accept Function
Advance Statement
Ask Statement
ChangeKeyboard Function
Connection Function
DeMode Function
Display Orientation
EditNote Function
EndLevel Statement
EndGroup Statement
Enter Statement
GetCaptureType Function
GetCaseLabel Function
GetDeviceID Function
GetImage Function
GetNote Function
GetOperatorId Function
GetOS Function
GetRecord Function
GetUserName Function
GPS Function
Interactive GPS Modes
HideOcc Function
Highlighted Function
InAdvance Function
IsPartial Function
IsVerified Function
Move Statement
NoInput Statement
OnChangeLanguage Global Function
OnChar Global Function
OnKey Global Function
OnStop Global Function
OnSystemMessage Global Function
Prompt Function
Protect Function
PutNote Function
RandomizeVS Function
Reenter Statement
SavePartial Function
SelCase Function
Set Attributes Statement
Set Behavior CanEnter Statement
SetCapturePos Function
SetCaptureType Function
SetCaseLabel Function
Set ErrMsg Statement
SetFont Function
SetOperatorId Function
Show Function
ShowArray Function
ShowOcc Function
Skip Statement
Userbar Function
VisualValue Function
Batch Edit Statements
Numeric Functions
String Functions
Multiple Occurrence Functions
General Functions
Date and Time Functions
External File Functions
Synchronization Functions
Text Templates
Templated Reporting System
HTML, Markdown, and JavaScript Integration
Action Invoker
Appendix
<CSEntry>
<CSBatch>
<CSTab>
<DataManager>
<TextView>
<TblView>
<CSFreq>
<CSDeploy>
<CSPack>
<CSDiff>
<CSConcat>
<Excel2CSPro>
<CSExport>
<CSIndex>
<CSReFmt>
<CSSort>
<ParadataConcat>
<ParadataViewer>
<CSCode>
<CSDocument>
<CSView>
<CSWeb>
OnChangeLanguage Global Function
Format
function
OnChangeLanguage
();
Description
The
OnChangeLanguage
global function allows you to execute certain code after the user has changed the
language
via the CSEntry Options menu. This function must be placed in
PROC
GLOBAL
.
Return Value
The return value of the function is ignored.
Example
function
OnChangeLanguage
()
setvaluesets
(
concat
(
"_"
,
getlanguage
()));
end
;
See also
:
CSPro Program Structure
,
User-Defined Functions