Building Multilingual Power Apps

  Рет қаралды 35,095

Reza Dorrani

Reza Dorrani

Күн бұрын

Пікірлер: 161
3 жыл бұрын
Must create a flow to auto like every video you upload to YT. Great content as always. 👍
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Thank You
@pratafwd
@pratafwd 2 жыл бұрын
I really liked the option of uploading en excel file with the translation! It worked like a charm! Thanks
@RezaDorrani
@RezaDorrani 2 жыл бұрын
Glad it helped!
@svesamm
@svesamm 3 жыл бұрын
further automate by attaching the flow to the SP list. When item created, run the flow with the new added lang. Great presentation. Thanks
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Thanks for watching.
@smugada
@smugada 2 жыл бұрын
Great content Reza, you are litterally saving hours of research time for me.
@RezaDorrani
@RezaDorrani 2 жыл бұрын
👍
@sanwoolutolu4123
@sanwoolutolu4123 2 жыл бұрын
As always. Top tier presentation and teaching skills. Thanks Reza
@RezaDorrani
@RezaDorrani 2 жыл бұрын
Thank You for the feedback. Much appreciated!
@jonathantoler787
@jonathantoler787 Жыл бұрын
Thank you, the video was extremely helpful and worked like a charm. If your form has a dropdown, how do you connect the localization table to the choices in the dropdown?
@RezaDorrani
@RezaDorrani Жыл бұрын
Choice values are loding from data source and cannot be multilingual with this technique.
@vamsiduggineni6454
@vamsiduggineni6454 3 жыл бұрын
Awesome. You just spreading knowledge for free. Kudos to you👏
@RezaDorrani
@RezaDorrani 3 жыл бұрын
It's my pleasure
@necdetsaritas8722
@necdetsaritas8722 3 жыл бұрын
Greaaaat as always. It is so easy to learn with you. Thank you so much.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
You are most welcome 😊
@NKBobcat
@NKBobcat 3 жыл бұрын
It's amazing how your tutorials are always relevant to the app I am building. One of our subsidiaries is in Canada and the app in I am building needs to be in English and French. I just spent the last few days going to every single text attribute and label and I put in an if statement. I have a checkbox control on the home screen of the app and it says French. When the checkbox is selected, the user wants the French translation for all of the fields labels and text. I used If(chkLanguage.Value = true, "French text", "English text") For images that had text in them, we duplicated the image in French and I use the visible property to either hide or show it based on the checkbox. I wish I knew this before I did all the work. Are Canadian subsidiary has a language translation team and they provided me the French text. I guess it'll be more accurate than a translation tool can provide. It would take me two or three days to reverse all my code and add your method so now I have to debate whether I need to do it.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Thanks for sharing the details of your project. I prefer the excel file technique rather than using the translator service. Moreover if we keep the excel file in OneDrive or SharePoint, we can add additional languages or update the translations on the fly without updating the Power App.
@NKBobcat
@NKBobcat 3 жыл бұрын
@@RezaDorrani Yes, that is truly the best method. Translator connector is blocked by the DLP policy at our company.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
@@NKBobcat Interesting
@dominikpetri2120
@dominikpetri2120 3 жыл бұрын
@@RezaDorrani Why Excel and not a SharePoint List? You wouldn't need the GUI function and could query the list with 2 parameters without a delegation warning, couldn't you? Although I like your collection method to query the source (Excel or SP) only once (on start) or every time the user changes the language. I always try to avoid using Excel in my PowerApps 😉 Thanks for the video. Great content as always. Here is an idea for part 2: How to localize Dropdown and other controls...
@RezaDorrani
@RezaDorrani 3 жыл бұрын
@@dominikpetri2120 Excel online needs the GUID, SharePoint already has a unique ID Column. I did call out in the video that SharePoint is also an option. Loading excel within the App (import from excel) will be the fastest way to get to the data as all data is stored internally in memory. Recently, a lot of changes were made to excel connector with improved delegation & more. Localizing data is a challenge because data will more or less be stored in 1 language in backend system.
@neethudev
@neethudev 3 жыл бұрын
Simple and very very Informative. Great Content..!!
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Glad you liked it!
@asheerhasan5680
@asheerhasan5680 Жыл бұрын
Great as always. Just one thing, how to translate the collection values and drop down control values.
@RezaDorrani
@RezaDorrani Жыл бұрын
You cannot do that unless you are using dataverse.
@asheerhasan5680
@asheerhasan5680 Жыл бұрын
@@RezaDorrani thanks a lot for clearing my query.
@kimdavis3945
@kimdavis3945 2 жыл бұрын
Thank you for this great video. I have followed your steps exactly in my app, however I have a question, when I open the app on my phone through power apps, I get an error that says 'the requested operation is invalid. Server response: Localisation failed: Expression "LanguageTag eq null" is not supported'. Do you know why it works fine on the PC but not on the app? Thanks.
@RezaDorrani
@RezaDorrani 2 жыл бұрын
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
@MrDrew4302
@MrDrew4302 10 ай бұрын
Awesome video. This is exactly what I was looking for. I got everything setup the way I want it but its not defaulting to en if the browser is set to a language that’s not on my list. I have en and es in my translation list. If I set my browser to Romanian, it shows blank fields instead of defaulting to English. Thoughts?
@RezaDorrani
@RezaDorrani 10 ай бұрын
Not sure about it as I have not experienced the issue
@mthotel
@mthotel Жыл бұрын
Reza, this is a great tutorial, I have a SP List form I need to have available in 5 languages. The form has multiple dropdowns fields, how would I change the dropdowns to reflect the selected language? The tutorial seems to only cover labels.
@RezaDorrani
@RezaDorrani Жыл бұрын
I dont think there is an easy option to make values multi lingual. Not something I have worked on. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
@AnoopKumar-qx8to
@AnoopKumar-qx8to 3 жыл бұрын
👍👍Great Reza Sir ..was waiting for it.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Thanks Anoop
@SAULSM17
@SAULSM17 Жыл бұрын
Very good Reza, saludos from México
@RezaDorrani
@RezaDorrani Жыл бұрын
Thank You
@abdouramaneyoussoufou8789
@abdouramaneyoussoufou8789 2 жыл бұрын
Great, thanks a lot. Now how to translate the values ​​of the fields?
@RezaDorrani
@RezaDorrani 2 жыл бұрын
Translating values would require you to use a translator like bing or 3rd party service. Challenge is to store information in data source. More or less you will need 1 version of truth.
@pieternieuwkamer98
@pieternieuwkamer98 3 жыл бұрын
Great video and great solution for column headings and text but do you know of way to get the values in Sharepoint 'choice' or 'lookup' columns in multiple languages?
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Thank You. You cannot bring in data in multiple languages from choices or lookups. You would have to work with your base language.
@soyebmalek1536
@soyebmalek1536 3 жыл бұрын
Excellent video as always with great short/sustainable code.. Just wanted to confirm one more time, On that language Excel file Read permission will work for end users ? I came across similar situation but i learned that Edit permission is must even just to view/read the data from Excel in PowerApps. Correct me if I am wrong..
@RezaDorrani
@RezaDorrani 3 жыл бұрын
I believe read permission should be enough.
@JohnroAngelo
@JohnroAngelo 2 жыл бұрын
Hi Reza, this was a great video and Thank you for the tutorial. I do have a question though. When I select List rows present in a table on my flow. Under "Table" it doesnt show my table list from my Excel. Any idea why? Thanks in advance! I hope to watch more of your videos in the future!
@RezaDorrani
@RezaDorrani 2 жыл бұрын
Not sure why. Video description has link to download sample solution. I would have to look at your flow in action to provide guidance. I will recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@robniles3318
@robniles3318 2 жыл бұрын
Fantastic Video and very relevant to what I'm working on . One question, if you are writing your data back to SharePoint and the user has chosen another language, is it stored in SharePoint as the language they have chosen or does it or can it be stored as english?
@RezaDorrani
@RezaDorrani 2 жыл бұрын
I believe it will be stored in the language it is entered in and not auto translate.
@hak7136
@hak7136 2 жыл бұрын
Hi Reza, Thank you for another great video. I was wondering on how to handle gallery items from a dataverse that need to be translated. If I want to for example display a gallery with a few columns from dataverse and I want to click a drop-down to select my language as you have, and then translate the entire dataverse gallery items. Microsofttranslatorv2 can only be used on behavioral functions and Microsoft Translator is deprecated, and sometimes throws this query parameter error when I use it on gallery items. Thank you so much for all your content
@RezaDorrani
@RezaDorrani 2 жыл бұрын
I'm not sure about Data verse to be honest. I have an upcoming project where there is multilingual involved with Data verse. Might be a learning curve for me. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
@sadzag
@sadzag 3 жыл бұрын
Very helpful, Thanks. How would you handle optionsets translations? Thanks in advance
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Data translations would be a complex process (Specially with optionsets). I am not sure what would be the best way to handle them. I would recommend to check on the forums at powerusers.microsoft.com/
@sadzag
@sadzag 3 жыл бұрын
@@RezaDorrani thank you. In a simple way, I think we can use the standard translation of the Dataverse by installing language packs. Then the canvas app can retrieve the optionset in the user language.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
@@sadzag I have not tried that. Hence, I am not sure.
@SweetieRLY
@SweetieRLY Ай бұрын
Thank you Reza for an excellent tutorial 🙏🏻👌🏻 I would like how to configure a textbox to support multi languages alignments, i.e. when a user types in English the text will be aligned to left and when he/she types in Hebrew the text will be aligned to right. Can you please advise?
@RezaDorrani
@RezaDorrani Ай бұрын
Most welcome! I do not have a video reference on the mentioned scenario and would have to try it out to know the options. I will recommend checking or posting your query on forums in case someone has done something similar community.powerplatform.com/
@SweetieRLY
@SweetieRLY Ай бұрын
@@RezaDorrani Okay, I'll post it. Thank you so much 🙏🏻
@tvenkatesh81
@tvenkatesh81 2 жыл бұрын
It is really amazing to see the App in local languages. I am trying to add IN-Kannada for my app. But I use forms on all over my multiple screens. Would the language be changed for these controls also if i add the text I'd for them in excel ?
@RezaDorrani
@RezaDorrani 2 жыл бұрын
You would need to write logic to change language. Nothing will change automatically.
@SHAli1474
@SHAli1474 3 жыл бұрын
Amazing as always. Thanks Reza
@RezaDorrani
@RezaDorrani 3 жыл бұрын
You are most welcome
@SHAli1474
@SHAli1474 2 жыл бұрын
@@RezaDorrani Just finish watching it again, as a POC coming up ;) Thanks again for a very clear and concise explanation.
@ferresferres
@ferresferres Жыл бұрын
very clear in details ! Thanks
@RezaDorrani
@RezaDorrani Жыл бұрын
You are most welcome!
@ZOLTANOPS
@ZOLTANOPS 3 жыл бұрын
Very well done. Thank you!
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Glad you liked it!
@ZOLTANOPS
@ZOLTANOPS 3 жыл бұрын
I do have a question. What would cause words you are trying to grab from the sheet to not show up in the app? I have a word that refuses to show up but other words in the sheet work just fine and there isnt any spelling errors.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
@@ZOLTANOPS Might be spelling, a space at end of word, etc.
@ZOLTANOPS
@ZOLTANOPS 3 жыл бұрын
@@RezaDorrani turns out it was a space. Thank you for being so responsive, you are very fluent in this.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
@@ZOLTANOPS Glad to know it worked!
@TDW1788
@TDW1788 Жыл бұрын
Hi Reza, Hopefully I can explain this correctly to you :) When creating a multilingual power app, can the drop downs in the app which are linked to the sharepoint list then be changed as well as the app text to the local language? So on the home screen you will select the language you wish to proceed in the app with, then in the app there are selection options via drop downs - these are currently in English only, and id like them to mirror the language selected on the home screen. Is this possible? If so, how is this done please?
@RezaDorrani
@RezaDorrani Жыл бұрын
I believe data in dropdowns will be in base language. Data from data source will not be translated.
@TDW1788
@TDW1788 Жыл бұрын
@Reza Dorrani so is the only option to make a share point list for every language? Seems like a load of work.. or do you know of a work around?
@RezaDorrani
@RezaDorrani Жыл бұрын
@@TDW1788 ​ I'm sure there are ways around this as well but not something I have explored. I will recommend checking on forums in case someone has built a complete multi-lingual app - powerusers.microsoft.com/
@TDW1788
@TDW1788 Жыл бұрын
@Reza Dorrani OK I will check that out. I just thought that there maybe a more simple solution that you were aware of. Thanks for coming back to me, especially so fast. much appreciated.
@RezaDorrani
@RezaDorrani Жыл бұрын
@@TDW1788 There is no simple solution :)
@ManojKumar-zf1bi
@ManojKumar-zf1bi 2 жыл бұрын
Thank you, sir. This video tutorial was extremely helpful in translating static (label text) data into Power Apps. Is it possible to translate the dynamic data (coming from the data source (Dataverse)) into a gallery or form control)? I have gone through many blogs and official documentation but couldn't find the possibility. I am trying to translate the language of all the information on the app into the selected language in the dropdown.
@RezaDorrani
@RezaDorrani 2 жыл бұрын
You could use the translator service to translate it. But this is not something I have done.
@aaron6516
@aaron6516 3 жыл бұрын
This is very helpful, is it possible for Microsoft to create it so when you start to build the app you can choose international and select languages? Then there could be logic that only allows certain text for languages that it can translate into from the primary language? This would save a ton of time during the build process for users working in one country to build one app for every language they need. Great work on this!!!
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Multilingual apps be design would be great. Hope MSFT is listening :)
@rishivedpathi6523
@rishivedpathi6523 Жыл бұрын
Great Tutorial as always. What about taking user input ? how we will take the input from user based on language? In english ?
@RezaDorrani
@RezaDorrani Жыл бұрын
User input will be in single language and so would the storing of data.
@santhoshamborep
@santhoshamborep 3 жыл бұрын
Thanks for posting videos helps me alot . Could you please make a video to setup flow for SP to send weekly excel report on every Monday morning just last 7 days with all attachment .
@RezaDorrani
@RezaDorrani 3 жыл бұрын
I am planning a video on flow to get data from SharePoint. It will not include your exact use case but will help.
@santhoshamborep
@santhoshamborep 3 жыл бұрын
@@RezaDorrani thank you
@FabianoSchimidt
@FabianoSchimidt Жыл бұрын
Reza, is there a way to apply multilingual settings to the column names in a Sharepoint list? I'd like to have a standard Sharepoint form in two languages, but I don't want to customize it with PowerApps or create a specific app for that...
@RezaDorrani
@RezaDorrani Жыл бұрын
Not sure if thats an option. Never tried it.
@muhannednidal3647
@muhannednidal3647 3 жыл бұрын
Excellent video, thank.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Glad you enjoyed it!
@jreyesvega
@jreyesvega 3 жыл бұрын
Can I use and IF function with the lookUp? and put in a dropdown the lenguage selector?
@RezaDorrani
@RezaDorrani 3 жыл бұрын
You can.
@jreyesvega
@jreyesvega 3 жыл бұрын
@@RezaDorrani its posible with the dropdown of languaje change the languaje the flow.. Mails and approvals?
@RezaDorrani
@RezaDorrani 3 жыл бұрын
@@jreyesvega Possible
@2007pradipta
@2007pradipta 2 жыл бұрын
How we can bind to a Dropdown ? FYI dropdown is connected to SharePoint list's Choice field. Since we are storing all translation in a separate list & the choice filed only have English.
@RezaDorrani
@RezaDorrani 2 жыл бұрын
I don't think it can handle multilingual with choice fields. SharePoint does have multilingual features for Pages but I believe content is entered manually for each language. If you have choice values in multiple lists, it could get quite complex to read that data based on language. Dataverse does have native multilingual capabilities for option sets. It would be a much better option.
@riteshshukla4351
@riteshshukla4351 3 жыл бұрын
Very Nice!! and helpful
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Thanks
@farhanq
@farhanq 3 жыл бұрын
Great 👍
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Thank you!
@akberpiracha915
@akberpiracha915 2 жыл бұрын
Your video is really helpful. I have coded all the same as in the video but getting this message "The requested operation is invalid. Server Response: Language failed: Expression "LanguageTag eq null" is not supported." Any suggestions
@RezaDorrani
@RezaDorrani 2 жыл бұрын
Looks like some issue with your flow. I will have to look at your flow in action to provide guidance. I would recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@nagaiahyara3877
@nagaiahyara3877 3 жыл бұрын
Amazing explanation. Can we have an option to select the SharePoint list columns based on the Language. For example I have SharePoint list as data source which contains 10 fields. 5 are related to english and 5 are related to spanish like ( titleEnglish, titleSpanish etc..) If the current language is Spanish then I have to select the Spanish columns from the list and bind it to the controls on the screen and for the same to english
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Dynamic column selection is not an option unless you use collections. I would recommend to structure the SP list just as the excel file in the video.
@nagaiahyara3877
@nagaiahyara3877 3 жыл бұрын
@@RezaDorrani okay. But when it comes to list we can not fix the columns. End user can add content dynamically. For each row one field will be spanish and one would be english. After getting the list data based on language can we create a collection on app start and in that collection I need to add only language related columns.If user changed language then we will user clear collect to reload collection to get data for selected language
@RezaDorrani
@RezaDorrani 3 жыл бұрын
@@nagaiahyara3877 Ok. I will also recommend you check on the forums at powerusers.microsoft.com
@Fersbn_
@Fersbn_ 3 жыл бұрын
This is great! Really helpful
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Glad it was helpful!
@varunkumar-il1tf
@varunkumar-il1tf 26 күн бұрын
@RezaDorrani Hi Reeza, Could you please make one video on this topic . "Translate Documents via Power Automate and Azure Cognitive Services"
@RezaDorrani
@RezaDorrani 26 күн бұрын
My rule for topic suggestions is set - Every 6 months I ask for topic suggestions on community tab of my channel. Make sure to post this idea there. If it gets max votes, I will add the topic to my backlog.
@vishakhaprasoon3894
@vishakhaprasoon3894 2 жыл бұрын
Great video. Can you please suggest why i am unable to see preferred language after using office365 user connector. I can see preferred language in office account as English(Us) , however when adding in apps, the record for preferred language shows blank. Any advise how to resolve this?
@RezaDorrani
@RezaDorrani 2 жыл бұрын
I am not sure why it would be empty for you & will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
@SriPriya0
@SriPriya0 2 жыл бұрын
Did you resolve this? I see the same behavior too. Any help is much appreciated
@andypiker
@andypiker 3 жыл бұрын
Translate(“Спасибо, отличный и очень полезный урок»; 🇷🇺)
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Translate("«добро пожаловать»")
@savedios
@savedios 2 жыл бұрын
Thank you so much
@RezaDorrani
@RezaDorrani 2 жыл бұрын
Most welcome
@savedios
@savedios 2 жыл бұрын
@@RezaDorrani I am trying to create a floating bubble so that I can display more advanced help than what is displayed in the "tooltip". The idea is that when the mouse is over an object for 3 seconds it shows this help and also while the mouse moves over that object the help does the same, do you know if there is any control that allows me to know the position of the mouse or something similar? Thank you
@RezaDorrani
@RezaDorrani 2 жыл бұрын
I'm not sure if there is a way. I will recommend checking on forums in case someone has done something similar powerusers.microsoft.com/
@savedios
@savedios 2 жыл бұрын
@@RezaDorrani thanks a lot
@riteshshukla4351
@riteshshukla4351 3 жыл бұрын
Can you also create a video on Visitor Register App
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Will add this request to backlog. I had built a sign in App for my User Group 2 years ago. Here is a quick look at it kzbin.info/www/bejne/nIjKdpWYoaqLpJI
@sukruthakini
@sukruthakini 3 жыл бұрын
Can we change the language of text input control ie input also in non-english language ? Is this possible ?
@RezaDorrani
@RezaDorrani 3 жыл бұрын
I don’t think that is possible
@aniketpachore6658
@aniketpachore6658 6 ай бұрын
Microsft Translator is asking for Connection name and Subscription key ?
@RezaDorrani
@RezaDorrani 6 ай бұрын
Check documentation on how to get that
@aloisstoiber3317
@aloisstoiber3317 2 ай бұрын
Could you do an updated version, using MicrosoftTranslatorV2 connector? This Version doesnt work anymore.
@RezaDorrani
@RezaDorrani 2 ай бұрын
I have no plans for an updated version on this. I show 2-3 techeque's in this video. Challenge with translator is always going to be the threshold limits.
@dishanagori6992
@dishanagori6992 2 жыл бұрын
How to get api key of Microsoft translator for large datasets.
@RezaDorrani
@RezaDorrani 2 жыл бұрын
locoaddon.com/how-to-generate-microsoft-translator-api-key/
@begumdost381
@begumdost381 3 ай бұрын
can you update the video for v2 because v1 is not wroking anymore
@RezaDorrani
@RezaDorrani 3 ай бұрын
I have no plans to revisit this video unless I get a lot of requests on this topic
@2007pradipta
@2007pradipta 3 жыл бұрын
How to implement currency conversion in PowerApp ?
@RezaDorrani
@RezaDorrani 3 жыл бұрын
There is nothing out of the box that does that. May be a custom connector to call an API that does currency conversions. I will recommend you check on the forums at powerusers.microsoft.com/
@sundrapillay6668
@sundrapillay6668 3 жыл бұрын
Thanks Reza
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Thank you for watching Sundra
@Aprendiz07
@Aprendiz07 3 жыл бұрын
Hi, how can I apply this to a gallery without it repeating the first value?
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Not sure if I understood your question? Video is on multilingual Apps. Gallery repeating is not covered.
@paolovr1970
@paolovr1970 2 жыл бұрын
Thanks Reza happy life
@RezaDorrani
@RezaDorrani 2 жыл бұрын
Thank You
@abhishekinvisible
@abhishekinvisible Жыл бұрын
Cool
@RezaDorrani
@RezaDorrani Жыл бұрын
👍
@nguyenminhthien3669
@nguyenminhthien3669 2 жыл бұрын
Xịnn
@RezaDorrani
@RezaDorrani 2 жыл бұрын
?
@nguyenminhthien3669
@nguyenminhthien3669 2 жыл бұрын
@@RezaDorrani this word means "great"
@RezaDorrani
@RezaDorrani 2 жыл бұрын
@@nguyenminhthien3669 🙏
@sukruthakini
@sukruthakini 3 жыл бұрын
Is Microsoft translator in powerapp a free service ?
@RezaDorrani
@RezaDorrani 3 жыл бұрын
Up to a certain number of conversions.
@sivajigade5053
@sivajigade5053 3 жыл бұрын
Hi sir, can you provide your course in Udemy so it will be very useful for us. Thank you
@RezaDorrani
@RezaDorrani 3 жыл бұрын
I am planning to start with KZbin live training. (Content will be available for on demand viewing). kzbin.info/www/bejne/iXeZmnlslqqbqaM Udemy is something I have been thinking about.
@sivajigade5053
@sivajigade5053 3 жыл бұрын
Thank you sir. We are following your videos which is very helpful for us. Can you do a complete video on canvas app design in step by step into 5 - 6 sessions which covers intermediate nd advance concepts while designing an canvas app. We need resources( excel sheet, sharepoint list - list schema while explaining in your videos ) we will also follow the steps and practice in our environment sir. Please help us. Thank you sir
@RezaDorrani
@RezaDorrani 3 жыл бұрын
@@sivajigade5053 That would be in my live training sessions starting this Saturday - kzbin.info/www/bejne/iXeZmnlslqqbqaM
@mozer.i
@mozer.i Жыл бұрын
There are waaayyyy too many ads on this video. Makes learning really hard.
@RezaDorrani
@RezaDorrani Жыл бұрын
I do not control how many ads are played. Typically, they are placed at beginning, middle and end of video which is the norm for most videos on KZbin.
@sibaramnayak8138
@sibaramnayak8138 3 жыл бұрын
How to add Microsoft. Translator if I don't have licence.
@RezaDorrani
@RezaDorrani 3 жыл бұрын
As mentioned in the video, leave subscription key empty and connect.
@luiscarraquico7125
@luiscarraquico7125 Жыл бұрын
👏
@RezaDorrani
@RezaDorrani Жыл бұрын
Thanks
@nazmulsarker3452
@nazmulsarker3452 3 жыл бұрын
Thank You for the wonderful video. I have one question, how can i make the language dropdown items value to English, Dutch, French Full Language name instead of en, nl, fr? I tried to rename the excel file LanguageTag column value to the Full Language name, It works fine, BUT the app start first time as Blank until i change the language from the dropdown. Is there any better solution how i can make language full name in the language dropdown? Thank You very much. @Reza Dorrani
@RezaDorrani
@RezaDorrani 3 жыл бұрын
For the dropdown control Items property, you could pass a collection which includes Name and Tag. example: Name: French tag:fr Name is what user will select in dropdown and tag is what will be used in the code.
@jimmyhu2565
@jimmyhu2565 2 жыл бұрын
Thnx Reza!!! Very usefull. I added allso other collectiontable App OnStart: ClearCollect( colTabs, Table( { ID: 1, Name: "Kõik Tellimused", Logo: Icon.Tag, Language: "ee" }, { ID: 1, Name: "All Orders", Logo: Icon.Tag, Language: "en" }, etc... To get my mainmenu witch use a gallery wher I just filter: Filter(colTabs,Language=varCurrentLanguage)
@RezaDorrani
@RezaDorrani 2 жыл бұрын
Thanks for watching
How to build multilingual app in Power Apps
24:10
Vipul Jain
Рет қаралды 5 М.
Power Apps Deep Linking to Screen | App StartScreen & OnStart
22:56
Reza Dorrani
Рет қаралды 108 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Working with Modern Table Control in Power Apps: Tips & Tricks
27:08
Start using these 7 Power Apps Formulas (Power Fx)
22:57
Reza Dorrani
Рет қаралды 77 М.
Form Control in Power Apps | Must know features & properties
30:59
Reza Dorrani
Рет қаралды 211 М.
Implementing Role Based Security in Power Apps
23:54
Reza Dorrani
Рет қаралды 174 М.
Power Apps Save Pictures to SharePoint - Camera Control Tutorial
18:18
Power Apps Search and Filter Functions on Large SharePoint Lists
19:41
Create Multilingual Power Apps
9:07
Dhruvin Shah
Рет қаралды 10 М.
Editable Grid in Power Apps | SharePoint List
42:49
Reza Dorrani
Рет қаралды 394 М.