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

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Language Detection spoke

# Language Detection spoke {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
The ServiceNow Language Detection Service spoke is an in-house language detection service offered by the ServiceNow platform. It provides a single subflow and action to identify the language of a given text.

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 Dynamic Translation's Translator Configurations (sn_dt_translator_configuration) table. By default, this entry is active and marked as default for detection. To configure your own language detection service, see [Integration with other translation services](https://servicenow-prod.fluidtopics.net/21xR7y~C4VM9ApPihbD0pA "Enable machine translation on your instance by integrating third-party translator services with Dynamic Translation. You can configure one or more translation service providers of your choice.").

## 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/TUwO2W2HyaN3a0F2a3Whhw "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/TUwO2W2HyaN3a0F2a3Whhw "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/~ABLHm41EUa4fwFV1TFhPA "You can use the DynamicTranslation API to translate text into multiple languages by connecting to your choice of machine translation service providers.").

