Lucee Function Reference
Function STRUCTKEYTRANSLATE
Example
structkeytranslate(struct structure,[boolean deepTranslation,[boolean leaveOriginalKey]]):number
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
structure | struct | Yes | |
deepTranslation | boolean | No | also translate keys of child structures |
leaveOriginalKey | boolean | No | leave original key in struct |