---
title: unsupportedLanguagePairing
framework: translation
role: symbol
role_heading: Type Property
path: translation/translationerror/unsupportedlanguagepairing
---

# unsupportedLanguagePairing

The framework doesn’t support the specified source and target language pairing.

## Declaration

```swift
static let unsupportedLanguagePairing: TranslationError
```

## Discussion

Discussion The framework doesn’t support translating from and to the same language. For example, you can’t translate from English (US) to English (UK) or from French to French.

## See Also

### Handling unsupported errors

- [unsupportedSourceLanguage](translation/translationerror/unsupportedsourcelanguage.md)
- [unsupportedTargetLanguage](translation/translationerror/unsupportedtargetlanguage.md)
