26
Views
2
Comments
Solved
[OutSystems UI] How to change static text in DropdownSearch MultipleSelect
outsystems-ui
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.54.78 (Build 63596)
Platform Version
11.31.0 (Build 43948)

Hi.

If you select multiple items, the phrase options selected will be added. I would like to translate this word into my language and edit it. How can I edit it?

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hi @GeonOh Hwang 

To achieve that we can use the client action SetVirtualSelectConfigs on the Initialize event of your dropdown and set the text you want to apply on the options "optionSelectedText"  and "optionsSelectedText":

Cheers,
GM

2026-01-23 11-38-55
Dinesh Murugan
Champion

Hi @GeonOh Hwang ,


Based upon my understanding you are asking for multiple selection drop down right ?

You can use : dropdown tag widget 


For language translate kindly have a look at the documentation : OutSystems language translation


You have another option , From this forge you able to download the demo application

ForgeMultipleSelection

After download open in you O11 Then publish and go through the application flow.

warm regards,

Dinesh M  

 

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hi @GeonOh Hwang 

To achieve that we can use the client action SetVirtualSelectConfigs on the Initialize event of your dropdown and set the text you want to apply on the options "optionSelectedText"  and "optionsSelectedText":

Cheers,
GM

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.