...
Codeblock | ||
---|---|---|
| ||
switch(ccApplication.Language){
"ENG": ccFields.SetState("h_grossamount", "ccFS_WARNING", "Please verify the tax number!");break;
"DEU": ccFields.SetState("h_grossamount", "ccFS_WARNING", "Bitte die Steuernummer prüfen!");
} |
...
Codeblock | ||
---|---|---|
| ||
switch(ccApplication.Language){
"ENG": ccFields.SetState("h_grossamount", "ccFS_WARNING", "Please verify the tax number!");break;
"DEU": ccFields.SetState("h_grossamount", "ccFS_WARNING", "Bitte die Steuernummer prüfen!");
} |