$value) { if (isset($spanish[$key])) { $tmp[$key] = $spanish[$key]; } else { $tmp[$key] = $value; } } echo json_encode($tmp, JSON_UNESCAPED_UNICODE);