TranslateAIContextMenuItem Properties
A context menu item that translates editor text into the specified language.| Name | Description |
|---|---|
| Languages | Specifies a list of languages available for translation. |
| PromptAugmentation | Specifies additional instructions that augment the default prompt sent to the LLM. Inherited from BaseAIContextMenuItem. |
| Text | Specifies the AI Assistant context menu item’s text. Inherited from BaseAIContextMenuItem. |
| TextFieldName | Specifies the field that contains text for Translate context menu items. |
| ValueFieldName | Specifies the field that contains keys for Translate context menu items. |
See Also