# Transliterate text

> :::important
This activity pack is deprecated. Please download and use the latest version of the Microsoft Translator activity pack at https://marketplace.uipath.com/listings/microsoft-translator
:::

:::important
This activity pack is deprecated. Please download and use the latest version of the Microsoft Translator activity pack at https://marketplace.uipath.com/listings/microsoft-translator
:::

`UiPath.MicrosoftTranslatorText.Activities.TransliterateText`

Converts a text from one script to another script.

## Properties

### Common

* **DisplayName** - The display name of the activity.

### Authentication

* **SubscriptionKey** - The subscription key to the Microsoft Text Translator service. The key needs to be acquired from Microsoft. For more information on how to set up the service please visit the official Microsoft documentation [here](https://docs.microsoft.com/en-us/azure/cognitive-services/translator/translator-text-how-to-signup).

### Input

* **FromScript** - The script from which to transliterate. The script needs to be specified as an ISO 15924 script ID. For more information please visit the Unicode representation page [here](http://unicode.org/iso15924/iso15924-codes.html). For a complete list of supported languages and scripts please visit the official Microsoft Documentation [here](https://docs.microsoft.com/en-us/azure/cognitive-services/translator/language-support)
* **Language** - The language in which the text is written specified as a BCP 47 language tag. For a complete list of supported languages and scripts please visit the official Microsoft Documentation [here](https://docs.microsoft.com/en-us/azure/cognitive-services/translator/language-support)
* **Text** - The text to be transliterated.
* **ToScript** - The script into which to transliterate. The script needs to be specified as an ISO 15924 script ID. For more information please visit the Unicode representation page [here](http://unicode.org/iso15924/iso15924-codes.html). For a complete list of supported languages and scripts please visit the official Microsoft Documentation [here](https://docs.microsoft.com/en-us/azure/cognitive-services/translator/language-support)

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **TransliteratedText** - The result of the transliterate process.
