Attended - Multiple languages for Forms

Lets say I want to change label so it can display in English and French

how do I change that?

I would just make the label contain the text for each language. In other words make the label “Account Name / Nombre de la Cuenta”

Otherwise you’re going to have to do a large amount of scripting and logic to change all the labels based on a language selection field.

:frowning: damn

did UiPath just gave up on attended?

Attended automation isn’t just about forms, but anyway the complete lack of language support does seem like a pretty big oversight.

It’s RDA, so user experience should be pretty high up and I do think it’s a pretty big oversight

we got attended off the ground because of “highlight” activity and allowing users to follow along

having argument\variable as a label should be fairly easy to add and it would contribute to better user experience

This might lead in the right direction.

@ZoranK

One thing you can do if you dont want to complicate is to give a selection on the form and then change the form and create different forms or replicate forms for each language

Cheers

@Anil_G
thats how I have it now

@postwick I can’t get this to work with studio 23.x
data yes, label no dice

It’s more likely related to the version of UiPath.Form.Activities. I use the old generation (v2.0.3)

I have a similar task:

  1. make fully multilanguage form
  2. make only some fields with multilanguage support

For #1

I made tabs with short language titles like EN / ES / FR, and inside each tab I made separated bulk of fields for a language.

For #2

I’m thinking about to add language selector like dropdown menu. For input it should be on the right side, and for textarea it should be in label aligned to right and also dropdown.

I use auto translation with translate API or AI, so dropdown language selector is enough for me. But for fully manual form language selection should be in 1 click, not 2…