Is it possible to set the search language in the search conditions? I have the following problem, in the table the values in English are without problems, but in Cyrilic the search does not work.
Solved! Go to Solution.
Hi @Anonymous ,
Could you share more details with your scenario?
If you want search function can recognize other language, you can add MicrosoftTranslator connection to Apps, and use MicrosoftTranslator.Translate( SearchTextbox.Text, Language() ) instead of SearchTextbox.Text.
Search('Data source', MicrosoftTranslator.Translate( TextInput1.Text,"fr" ), "Column Name")
For more reference: Translation service
Note:The translation will be mechanical and may not be what you anticipate or be the best choice for the situation within your app.
Best regards,
Sik
Hi @Anonymous ,
Could you share more details with your scenario?
If you want search function can recognize other language, you can add MicrosoftTranslator connection to Apps, and use MicrosoftTranslator.Translate( SearchTextbox.Text, Language() ) instead of SearchTextbox.Text.
Search('Data source', MicrosoftTranslator.Translate( TextInput1.Text,"fr" ), "Column Name")
For more reference: Translation service
Note:The translation will be mechanical and may not be what you anticipate or be the best choice for the situation within your app.
Best regards,
Sik
Thank you, so match for you advise )
Best regards.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
180 | |
62 | |
32 | |
30 |
User | Count |
---|---|
324 | |
269 | |
104 | |
74 | |
56 |