Query: | SELECT `T1`.`Key`, `T1`.`Default`, `T2`.`Value` as `name` , `T1`.`Path` FROM `fl_data_formats` AS `T1` LEFT JOIN `fl_lang_keys` AS `T2` ON `T2`.`Key` = CONCAT('data_formats+name+', `T1`.`Key`) AND `T2`.`Code` = 'ar' WHERE `T1`.`Parent_ID` = 2053 AND `T1`.`Status` = 'active' ORDER BY `T2`.`Value` |