Building Multilingual Power Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 161

  •  3 ปีที่แล้ว +13

    Must create a flow to auto like every video you upload to YT. Great content as always. 👍

  • @smugada
    @smugada 2 ปีที่แล้ว +2

    Great content Reza, you are litterally saving hours of research time for me.

  • @pratafwd
    @pratafwd 2 ปีที่แล้ว +1

    I really liked the option of uploading en excel file with the translation! It worked like a charm! Thanks

  • @svesamm
    @svesamm 3 ปีที่แล้ว +2

    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.

  • @sanwoolutolu4123
    @sanwoolutolu4123 2 ปีที่แล้ว +2

    As always. Top tier presentation and teaching skills. Thanks Reza

    • @RezaDorrani
      @RezaDorrani  2 ปีที่แล้ว

      Thank You for the feedback. Much appreciated!

  • @kimdavis3945
    @kimdavis3945 2 ปีที่แล้ว +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 ปีที่แล้ว +1

      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

  • @necdetsaritas8722
    @necdetsaritas8722 3 ปีที่แล้ว +2

    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 ปีที่แล้ว +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 ปีที่แล้ว +2

      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 ปีที่แล้ว +2

      @@RezaDorrani Yes, that is truly the best method. Translator connector is blocked by the DLP policy at our company.

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว +1

      @@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 ปีที่แล้ว +1

      @@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.

  • @jonathantoler787
    @jonathantoler787 ปีที่แล้ว +1

    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  ปีที่แล้ว +1

      Choice values are loding from data source and cannot be multilingual with this technique.

  • @vamsiduggineni6454
    @vamsiduggineni6454 3 ปีที่แล้ว +2

    Awesome. You just spreading knowledge for free. Kudos to you👏

  • @neethudev
    @neethudev 3 ปีที่แล้ว +1

    Simple and very very Informative. Great Content..!!

  • @SAULSM17
    @SAULSM17 ปีที่แล้ว +1

    Very good Reza, saludos from México

  • @AnoopKumar-qx8to
    @AnoopKumar-qx8to 3 ปีที่แล้ว +1

    👍👍Great Reza Sir ..was waiting for it.

  • @TDW1788
    @TDW1788 ปีที่แล้ว +1

    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  ปีที่แล้ว +1

      @@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 ปีที่แล้ว +1

      @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 :)

  • @soyebmalek1536
    @soyebmalek1536 3 ปีที่แล้ว +2

    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 ปีที่แล้ว +1

      I believe read permission should be enough.

  • @ferresferres
    @ferresferres ปีที่แล้ว +1

    very clear in details ! Thanks

  • @SHAli1474
    @SHAli1474 3 ปีที่แล้ว +1

    Amazing as always.
    Thanks Reza

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว

      You are most welcome

    • @SHAli1474
      @SHAli1474 2 ปีที่แล้ว +1

      @@RezaDorrani Just finish watching it again, as a POC coming up ;)
      Thanks again for a very clear and concise explanation.

  • @asheerhasan5680
    @asheerhasan5680 ปีที่แล้ว +1

    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.

  • @MrDrew4302
    @MrDrew4302 10 หลายเดือนก่อน +1

    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

  • @JohnroAngelo
    @JohnroAngelo 2 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      I believe it will be stored in the language it is entered in and not auto translate.

  • @pieternieuwkamer98
    @pieternieuwkamer98 3 ปีที่แล้ว +1

    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.

  • @abdouramaneyoussoufou8789
    @abdouramaneyoussoufou8789 2 ปีที่แล้ว +1

    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.

  • @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.

  • @andypiker
    @andypiker 3 ปีที่แล้ว +1

    Translate(“Спасибо, отличный и очень полезный урок»; 🇷🇺)

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว

      Translate("«добро пожаловать»")

  • @ZOLTANOPS
    @ZOLTANOPS 3 ปีที่แล้ว +1

    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  2 ปีที่แล้ว

      @@ZOLTANOPS Might be spelling, a space at end of word, etc.

    • @ZOLTANOPS
      @ZOLTANOPS 2 ปีที่แล้ว +1

      @@RezaDorrani turns out it was a space. Thank you for being so responsive, you are very fluent in this.

    • @RezaDorrani
      @RezaDorrani  2 ปีที่แล้ว

      @@ZOLTANOPS Glad to know it worked!

  • @hak7136
    @hak7136 2 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      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.

  • @akberpiracha915
    @akberpiracha915 2 ปีที่แล้ว +1

    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

  • @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.

  • @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  หลายเดือนก่อน +1

      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 หลายเดือนก่อน +1

      @@RezaDorrani Okay, I'll post it.
      Thank you so much 🙏🏻

  • @tvenkatesh81
    @tvenkatesh81 2 ปีที่แล้ว +1

    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.

  • @muhannednidal3647
    @muhannednidal3647 3 ปีที่แล้ว +1

    Excellent video, thank.

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว

      Glad you enjoyed it!

  • @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.

  • @Fersbn_
    @Fersbn_ 3 ปีที่แล้ว +1

    This is great! Really helpful

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @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

  • @riteshshukla4351
    @riteshshukla4351 3 ปีที่แล้ว +1

    Very Nice!! and helpful

  • @aaron6516
    @aaron6516 3 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      Multilingual apps be design would be great. Hope MSFT is listening :)

  • @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

  • @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.

  • @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

  • @aloisstoiber3317
    @aloisstoiber3317 หลายเดือนก่อน

    Could you do an updated version, using MicrosoftTranslatorV2 connector? This Version doesnt work anymore.

    • @RezaDorrani
      @RezaDorrani  หลายเดือนก่อน

      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.

  • @farhanq
    @farhanq 3 ปีที่แล้ว +1

    Great 👍

  • @aniketpachore6658
    @aniketpachore6658 6 หลายเดือนก่อน

    Microsft Translator is asking for Connection name and Subscription key ?

    • @RezaDorrani
      @RezaDorrani  6 หลายเดือนก่อน

      Check documentation on how to get that

  • @nagaiahyara3877
    @nagaiahyara3877 3 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      @@nagaiahyara3877 Ok. I will also recommend you check on the forums at powerusers.microsoft.com

  • @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.

  • @ManojKumar-zf1bi
    @ManojKumar-zf1bi ปีที่แล้ว

    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  ปีที่แล้ว

      You could use the translator service to translate it. But this is not something I have done.

  • @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/

  • @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 ปีที่แล้ว +1

      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 ปีที่แล้ว +1

      @@RezaDorrani thank you

  • @begumdost381
    @begumdost381 2 หลายเดือนก่อน

    can you update the video for v2 because v1 is not wroking anymore

    • @RezaDorrani
      @RezaDorrani  2 หลายเดือนก่อน

      I have no plans to revisit this video unless I get a lot of requests on this topic

  • @savedios
    @savedios 2 ปีที่แล้ว +1

    Thank you so much

    • @RezaDorrani
      @RezaDorrani  2 ปีที่แล้ว +1

      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 ปีที่แล้ว +1

      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

  • @varunkumar-il1tf
    @varunkumar-il1tf 12 วันที่ผ่านมา

    @RezaDorrani
    Hi Reeza, Could you please make one video on this topic . "Translate Documents via Power Automate and Azure Cognitive Services"

    • @RezaDorrani
      @RezaDorrani  12 วันที่ผ่านมา

      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.

  • @riteshshukla4351
    @riteshshukla4351 3 ปีที่แล้ว

    Can you also create a video on Visitor Register App

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว +1

      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 th-cam.com/video/fWgEbblEXn0/w-d-xo.html

  • @2007pradipta
    @2007pradipta 3 ปีที่แล้ว

    How to implement currency conversion in PowerApp ?

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว +1

      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/

  • @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.

  • @sundrapillay6668
    @sundrapillay6668 3 ปีที่แล้ว +1

    Thanks Reza

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว

      Thank you for watching Sundra

  • @sukruthakini
    @sukruthakini 3 ปีที่แล้ว

    Is Microsoft translator in powerapp a free service ?

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว +1

      Up to a certain number of conversions.

  • @paolovr1970
    @paolovr1970 2 ปีที่แล้ว +1

    Thanks Reza happy life

  • @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.

  • @sivajigade5053
    @sivajigade5053 3 ปีที่แล้ว +1

    Hi sir, can you provide your course in Udemy so it will be very useful for us. Thank you

    • @RezaDorrani
      @RezaDorrani  3 ปีที่แล้ว +1

      I am planning to start with TH-cam live training. (Content will be available for on demand viewing).
      th-cam.com/video/SF6iF6aEhsA/w-d-xo.html
      Udemy is something I have been thinking about.

    • @sivajigade5053
      @sivajigade5053 3 ปีที่แล้ว +1

      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 - th-cam.com/video/SF6iF6aEhsA/w-d-xo.html

  • @abhishekinvisible
    @abhishekinvisible ปีที่แล้ว +1

    Cool

  • @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 TH-cam.

  • @luiscarraquico7125
    @luiscarraquico7125 ปีที่แล้ว +1

    👏

  • @nguyenminhthien3669
    @nguyenminhthien3669 2 ปีที่แล้ว

    Xịnn

  • @nazmulsarker3452
    @nazmulsarker3452 2 ปีที่แล้ว +1

    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  2 ปีที่แล้ว

      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)