Must create a flow to auto like every video you upload to YT. Great content as always. 👍
@RezaDorrani3 жыл бұрын
Thank You
@pratafwd2 жыл бұрын
I really liked the option of uploading en excel file with the translation! It worked like a charm! Thanks
@RezaDorrani2 жыл бұрын
Glad it helped!
@svesamm3 жыл бұрын
further automate by attaching the flow to the SP list. When item created, run the flow with the new added lang. Great presentation. Thanks
@RezaDorrani3 жыл бұрын
Thanks for watching.
@smugada2 жыл бұрын
Great content Reza, you are litterally saving hours of research time for me.
@RezaDorrani2 жыл бұрын
👍
@sanwoolutolu41232 жыл бұрын
As always. Top tier presentation and teaching skills. Thanks Reza
@RezaDorrani2 жыл бұрын
Thank You for the feedback. Much appreciated!
@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 Жыл бұрын
Choice values are loding from data source and cannot be multilingual with this technique.
@vamsiduggineni64543 жыл бұрын
Awesome. You just spreading knowledge for free. Kudos to you👏
@RezaDorrani3 жыл бұрын
It's my pleasure
@necdetsaritas87223 жыл бұрын
Greaaaat as always. It is so easy to learn with you. Thank you so much.
@RezaDorrani3 жыл бұрын
You are most welcome 😊
@NKBobcat3 жыл бұрын
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.
@RezaDorrani3 жыл бұрын
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.
@NKBobcat3 жыл бұрын
@@RezaDorrani Yes, that is truly the best method. Translator connector is blocked by the DLP policy at our company.
@RezaDorrani3 жыл бұрын
@@NKBobcat Interesting
@dominikpetri21203 жыл бұрын
@@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...
@RezaDorrani3 жыл бұрын
@@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.
@neethudev3 жыл бұрын
Simple and very very Informative. Great Content..!!
@RezaDorrani3 жыл бұрын
Glad you liked it!
@asheerhasan5680 Жыл бұрын
Great as always. Just one thing, how to translate the collection values and drop down control values.
@RezaDorrani Жыл бұрын
You cannot do that unless you are using dataverse.
@asheerhasan5680 Жыл бұрын
@@RezaDorrani thanks a lot for clearing my query.
@kimdavis39452 жыл бұрын
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.
@RezaDorrani2 жыл бұрын
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
@MrDrew430210 ай бұрын
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?
@RezaDorrani10 ай бұрын
Not sure about it as I have not experienced the issue
@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 Жыл бұрын
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-qx8to3 жыл бұрын
👍👍Great Reza Sir ..was waiting for it.
@RezaDorrani3 жыл бұрын
Thanks Anoop
@SAULSM17 Жыл бұрын
Very good Reza, saludos from México
@RezaDorrani Жыл бұрын
Thank You
@abdouramaneyoussoufou87892 жыл бұрын
Great, thanks a lot. Now how to translate the values of the fields?
@RezaDorrani2 жыл бұрын
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.
@pieternieuwkamer983 жыл бұрын
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?
@RezaDorrani3 жыл бұрын
Thank You. You cannot bring in data in multiple languages from choices or lookups. You would have to work with your base language.
@soyebmalek15363 жыл бұрын
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..
@RezaDorrani3 жыл бұрын
I believe read permission should be enough.
@JohnroAngelo2 жыл бұрын
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!
@RezaDorrani2 жыл бұрын
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
@robniles33182 жыл бұрын
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?
@RezaDorrani2 жыл бұрын
I believe it will be stored in the language it is entered in and not auto translate.
@hak71362 жыл бұрын
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
@RezaDorrani2 жыл бұрын
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.
@sadzag3 жыл бұрын
Very helpful, Thanks. How would you handle optionsets translations? Thanks in advance
@RezaDorrani3 жыл бұрын
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/
@sadzag3 жыл бұрын
@@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.
@RezaDorrani3 жыл бұрын
@@sadzag I have not tried that. Hence, I am not sure.
@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Ай бұрын
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Ай бұрын
@@RezaDorrani Okay, I'll post it. Thank you so much 🙏🏻
@tvenkatesh812 жыл бұрын
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 ?
@RezaDorrani2 жыл бұрын
You would need to write logic to change language. Nothing will change automatically.
@SHAli14743 жыл бұрын
Amazing as always. Thanks Reza
@RezaDorrani3 жыл бұрын
You are most welcome
@SHAli14742 жыл бұрын
@@RezaDorrani Just finish watching it again, as a POC coming up ;) Thanks again for a very clear and concise explanation.
@ferresferres Жыл бұрын
very clear in details ! Thanks
@RezaDorrani Жыл бұрын
You are most welcome!
@ZOLTANOPS3 жыл бұрын
Very well done. Thank you!
@RezaDorrani3 жыл бұрын
Glad you liked it!
@ZOLTANOPS3 жыл бұрын
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.
@RezaDorrani3 жыл бұрын
@@ZOLTANOPS Might be spelling, a space at end of word, etc.
@ZOLTANOPS3 жыл бұрын
@@RezaDorrani turns out it was a space. Thank you for being so responsive, you are very fluent in this.
@RezaDorrani3 жыл бұрын
@@ZOLTANOPS Glad to know it worked!
@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 Жыл бұрын
I believe data in dropdowns will be in base language. Data from data source will not be translated.
@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 Жыл бұрын
@@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 Жыл бұрын
@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 Жыл бұрын
@@TDW1788 There is no simple solution :)
@ManojKumar-zf1bi2 жыл бұрын
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.
@RezaDorrani2 жыл бұрын
You could use the translator service to translate it. But this is not something I have done.
@aaron65163 жыл бұрын
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!!!
@RezaDorrani3 жыл бұрын
Multilingual apps be design would be great. Hope MSFT is listening :)
@rishivedpathi6523 Жыл бұрын
Great Tutorial as always. What about taking user input ? how we will take the input from user based on language? In english ?
@RezaDorrani Жыл бұрын
User input will be in single language and so would the storing of data.
@santhoshamborep3 жыл бұрын
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 .
@RezaDorrani3 жыл бұрын
I am planning a video on flow to get data from SharePoint. It will not include your exact use case but will help.
@santhoshamborep3 жыл бұрын
@@RezaDorrani thank you
@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 Жыл бұрын
Not sure if thats an option. Never tried it.
@muhannednidal36473 жыл бұрын
Excellent video, thank.
@RezaDorrani3 жыл бұрын
Glad you enjoyed it!
@jreyesvega3 жыл бұрын
Can I use and IF function with the lookUp? and put in a dropdown the lenguage selector?
@RezaDorrani3 жыл бұрын
You can.
@jreyesvega3 жыл бұрын
@@RezaDorrani its posible with the dropdown of languaje change the languaje the flow.. Mails and approvals?
@RezaDorrani3 жыл бұрын
@@jreyesvega Possible
@2007pradipta2 жыл бұрын
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.
@RezaDorrani2 жыл бұрын
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.
@riteshshukla43513 жыл бұрын
Very Nice!! and helpful
@RezaDorrani3 жыл бұрын
Thanks
@farhanq3 жыл бұрын
Great 👍
@RezaDorrani3 жыл бұрын
Thank you!
@akberpiracha9152 жыл бұрын
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
@RezaDorrani2 жыл бұрын
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
@nagaiahyara38773 жыл бұрын
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
@RezaDorrani3 жыл бұрын
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.
@nagaiahyara38773 жыл бұрын
@@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
@RezaDorrani3 жыл бұрын
@@nagaiahyara3877 Ok. I will also recommend you check on the forums at powerusers.microsoft.com
@Fersbn_3 жыл бұрын
This is great! Really helpful
@RezaDorrani3 жыл бұрын
Glad it was helpful!
@varunkumar-il1tf26 күн бұрын
@RezaDorrani Hi Reeza, Could you please make one video on this topic . "Translate Documents via Power Automate and Azure Cognitive Services"
@RezaDorrani26 күн бұрын
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.
@vishakhaprasoon38942 жыл бұрын
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?
@RezaDorrani2 жыл бұрын
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
@SriPriya02 жыл бұрын
Did you resolve this? I see the same behavior too. Any help is much appreciated
@andypiker3 жыл бұрын
Translate(“Спасибо, отличный и очень полезный урок»; 🇷🇺)
@RezaDorrani3 жыл бұрын
Translate("«добро пожаловать»")
@savedios2 жыл бұрын
Thank you so much
@RezaDorrani2 жыл бұрын
Most welcome
@savedios2 жыл бұрын
@@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
@RezaDorrani2 жыл бұрын
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/
@savedios2 жыл бұрын
@@RezaDorrani thanks a lot
@riteshshukla43513 жыл бұрын
Can you also create a video on Visitor Register App
@RezaDorrani3 жыл бұрын
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
@sukruthakini3 жыл бұрын
Can we change the language of text input control ie input also in non-english language ? Is this possible ?
@RezaDorrani3 жыл бұрын
I don’t think that is possible
@aniketpachore66586 ай бұрын
Microsft Translator is asking for Connection name and Subscription key ?
@RezaDorrani6 ай бұрын
Check documentation on how to get that
@aloisstoiber33172 ай бұрын
Could you do an updated version, using MicrosoftTranslatorV2 connector? This Version doesnt work anymore.
@RezaDorrani2 ай бұрын
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.
@dishanagori69922 жыл бұрын
How to get api key of Microsoft translator for large datasets.
can you update the video for v2 because v1 is not wroking anymore
@RezaDorrani3 ай бұрын
I have no plans to revisit this video unless I get a lot of requests on this topic
@2007pradipta3 жыл бұрын
How to implement currency conversion in PowerApp ?
@RezaDorrani3 жыл бұрын
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/
@sundrapillay66683 жыл бұрын
Thanks Reza
@RezaDorrani3 жыл бұрын
Thank you for watching Sundra
@Aprendiz073 жыл бұрын
Hi, how can I apply this to a gallery without it repeating the first value?
@RezaDorrani3 жыл бұрын
Not sure if I understood your question? Video is on multilingual Apps. Gallery repeating is not covered.
@paolovr19702 жыл бұрын
Thanks Reza happy life
@RezaDorrani2 жыл бұрын
Thank You
@abhishekinvisible Жыл бұрын
Cool
@RezaDorrani Жыл бұрын
👍
@nguyenminhthien36692 жыл бұрын
Xịnn
@RezaDorrani2 жыл бұрын
?
@nguyenminhthien36692 жыл бұрын
@@RezaDorrani this word means "great"
@RezaDorrani2 жыл бұрын
@@nguyenminhthien3669 🙏
@sukruthakini3 жыл бұрын
Is Microsoft translator in powerapp a free service ?
@RezaDorrani3 жыл бұрын
Up to a certain number of conversions.
@sivajigade50533 жыл бұрын
Hi sir, can you provide your course in Udemy so it will be very useful for us. Thank you
@RezaDorrani3 жыл бұрын
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.
@sivajigade50533 жыл бұрын
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
@RezaDorrani3 жыл бұрын
@@sivajigade5053 That would be in my live training sessions starting this Saturday - kzbin.info/www/bejne/iXeZmnlslqqbqaM
@mozer.i Жыл бұрын
There are waaayyyy too many ads on this video. Makes learning really hard.
@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.
@sibaramnayak81383 жыл бұрын
How to add Microsoft. Translator if I don't have licence.
@RezaDorrani3 жыл бұрын
As mentioned in the video, leave subscription key empty and connect.
@luiscarraquico7125 Жыл бұрын
👏
@RezaDorrani Жыл бұрын
Thanks
@nazmulsarker34523 жыл бұрын
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
@RezaDorrani3 жыл бұрын
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.
@jimmyhu25652 жыл бұрын
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)