Get the details for a language translation using a specified language translation ID or using the file name (including .ini extension). The ID and name of a language translation can be found in the language translation list.

Examples

{
    "status": "success",
    "message": "success",
    "result": {
        "id"=> 1,
        "name"=> "CustomLanguage.ini",
        "description"=>"Custom description",
        "checksum"=>1582586769,
        "created_at"=>"2020-03-02T22:24:27.000Z",
        "updated_at"=>"2020-03-02T22:24:27.000Z"
      }
}

Params

Param name Description
id
optional

The Language Translation ID.

Validations:

  • Must be a Integer

name
optional

The URI encoded name of the Language Translation, including .ini file extension.

Validations:

  • Must be a String