getTranslationStatus()
Overview
public array function getTranslationStatus(
required string objectName
, required string recordId
)
Returns an array of actively supported languages as per listLanguages() with an additional 'status' field indicating the status of the translation for the given object record
Arguments
Name | Type | Required | Description |
---|---|---|---|
objectName | string | Yes | Name of the object that has the record we wish to get the translation status of |
recordId | string | Yes | ID of the record we wish to get the translation status of |