/
ccApplication.Language
ccApplication.Language
Eigenschaft
ccApplication.Language : string
Beschreibung
Die Eigenschaft Language gibt die aktuelle Anmeldesprache des Systems als ISO-639-ALPHA-3-Code zurück.
Zum Beispiel „DEU“
Beispiel
switch(ccApplication.Language){
"ENG": ccFields.SetState("h_salestaxid", "ccFS_WARNING", "Please verify the tax number!");break;
"DEU": ccFields.SetState("h_salestaxid", "ccFS_WARNING", "Bitte die Steuernummer prüfen!");
}
, multiple selections available,
Related content
ccApplication.Name
ccApplication.Name
Read with this
ccResources.Exists
ccResources.Exists
Read with this
ccApplication.CurrentField
ccApplication.CurrentField
More like this
ccFields.Exists
ccFields.Exists
More like this
ccFields.Focused
ccFields.Focused
More like this
ccFields.GetDisplayText
ccFields.GetDisplayText
More like this