check_for_language
No overview available.
def check_for_language(
x: any
) - > boolean
Determines if a specific language is present or supported within the provided input.
Parameters
| Name | Type | Description |
|---|---|---|
| x | any | The input value, such as a string or locale code, to be evaluated for language content. |
Returns
| Type | Description |
|---|---|
boolean | A boolean flag indicating whether the language check was successful or the language was found. |