LocalizationMode : string
Enum representing available localization modes
Each mode describes a different strategy for localizing records.
Table of Contents
Cases
Methods
- getDataHandlerCommand() : string
- Get the DataHandler command for this mode
- getDescription() : string
- Get the description for this mode
- getIconIdentifier() : string
- Get the icon identifier for this mode
- getLabel() : string
- Get the human-readable label for this mode
- getPriority() : int
- Get the priority of this mode (higher number = higher priority)
- jsonSerialize() : array<string|int, mixed>
- Export mode data for JSON serialization (for API responses)
Cases
COPY
TRANSLATE
Methods
getDataHandlerCommand()
Get the DataHandler command for this mode
public
getDataHandlerCommand() : string
Return values
stringgetDescription()
Get the description for this mode
public
getDescription() : string
Return values
stringgetIconIdentifier()
Get the icon identifier for this mode
public
getIconIdentifier() : string
Return values
stringgetLabel()
Get the human-readable label for this mode
public
getLabel() : string
Return values
stringgetPriority()
Get the priority of this mode (higher number = higher priority)
public
getPriority() : int
Return values
intjsonSerialize()
Export mode data for JSON serialization (for API responses)
public
jsonSerialize() : array<string|int, mixed>