---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Language Detection spoke

# Language Detection spoke {#ariaid-title1}

* Release version: Xanadu
* 
* Updated January 22, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

ServiceNow Language Detection Service spoke provides a single
subflow and action to detect the language of the given text using the ServiceNow language detection service.

The ServiceNow Language Detection Service spoke is an in-house language detection service offered by the ServiceNow platform.

The ServiceNow Language Detection Service spoke plugin
(com.glide.language_detection_spoke) is available with the activation of Dynamic Translation plugin (com.glide.dynamic_translation).

This spoke creates an entry named ServiceNow in the Translator Configurations (sn_dt_translator_configuration) table. By default, this entry is active and marked as default for detection. You can opt to configure your own language detection
service.

## Subscription {#in-house-language-detection__section_ywf_rty_vnb}

This spoke requires any ServiceNow subscription that is Professional or
above, and includes Dynamic Translation.

## Supported versions {#in-house-language-detection__section_irt_wty_vnb}

API versions v3 and v4.

## Spoke subflow {#in-house-language-detection__section_dhw_3bx_vnb}

The spoke provides the subflow in the Published state to integrate with the ServiceNow language detection service.{#in-house-language-detection__table_lcb_s4x_vnb__entry__2}

| Subflow | Description |
|-|-|
| Inputs ||
| Detect Language \[detect_language_v3\] or \[detect_language_v4\] | Detects the languages of texts using ServiceNow Language Detection Service. The v4 flows for Dynamic Translation are supported from the Xanadu Patch 3 release. For more information, see [Migrate customized Translator Configurations to v4 flows](https://servicenow-prod.fluidtopics.net/BJhi1P24zI7qdlGIhzoGAw "Migrate your customized translator configurations to v4 flows. Version 4 flows for Dynamic Translation are available from the Xanadu Patch 3 release."). |
[Table 1. Spoke subflow]

{#in-house-language-detection__table_lcb_s4x_vnb}

## Spoke action {#in-house-language-detection__section_qjy_qxy_vnb}

The spoke provides the action in the Published state to integrate with the ServiceNow language detection service.{#in-house-language-detection__table_kfs_zxy_vnb__entry__2}

| Subflow | Description |
|-|-|
| Inputs ||
| Detect Language \[detect_language_v3\] or \[detect_language_v4\] | Detects the languages of texts using ServiceNow Language Detection Service. The v4 flows for Dynamic Translation are supported from the Xanadu Patch 3 release. For more information, see [Migrate customized Translator Configurations to v4 flows](https://servicenow-prod.fluidtopics.net/BJhi1P24zI7qdlGIhzoGAw "Migrate your customized translator configurations to v4 flows. Version 4 flows for Dynamic Translation are available from the Xanadu Patch 3 release."). |
[Table 2. Spoke action]

{#in-house-language-detection__table_kfs_zxy_vnb} The ServiceNow Language Detection service uses the following Dynamic Translation APIs to detect the language of the input texts:

* getDetectedLanguage: Provides text to identify the languages.
* getDetectedLanguages: Provides texts to identify the languages.

{#in-house-language-detection__ul_jwr_45w_vnb}For more information, see [DynamicTranslation API](https://servicenow-prod.fluidtopics.net/q~7lXc5lQnTIR5FCvpI9fg "You can use the DynamicTranslation API to translate text in real time into multiple languages using translation service providers.").

