Localize & Translate Your App (Swift 5, Xcode 12, 2020) - iOS Development

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 49

  • @nouraalthenayan6691
    @nouraalthenayan6691 4 роки тому +7

    It is so ironic how your video are aligned with my learning journey! xD Thank you for helping out people who are just starting out like us. We are really grateful for your demos and tutorials.

  • @henryouang
    @henryouang 4 роки тому +1

    Localization is also on my Todo list. Commenting for the UA-cam algorithm as well (I know how much it helps)! Again I've said so many times, thanks for your videos!

  • @magedmohamed4622
    @magedmohamed4622 3 роки тому

    extension is a very good solution . good lesson and a good explanation

  • @noname89636
    @noname89636 3 роки тому

    Great updated information on the app (software) localization (and translation) “How To” video. I just entered this arena and I am still a baby. I am doing my rabbit hole of research and not quitting my dayjob. Thank you for the info.

  • @mohammadyasir8700
    @mohammadyasir8700 4 роки тому +3

    please make a tutorial on MVVM using a demo data based app .

  • @JacobPernell
    @JacobPernell 4 роки тому +2

    You have some of the most helpful and interesting tutorials out there for iOS dev, thank you for making such great content! Cannot wait for the website release!!

  • @moody54324
    @moody54324 4 роки тому +1

    Have been waiting 😍

  • @omerkaraca7375
    @omerkaraca7375 3 роки тому +1

    Thx bro. Great lesson

  • @gakkieNL
    @gakkieNL 4 роки тому +1

    Great video. Localization is on my todo list....

  • @user-a_fellow_traveler
    @user-a_fellow_traveler Рік тому

    simple and useful 👍

  • @ranicket
    @ranicket 2 роки тому

    Thank you for the video! I wish it went a bit more in depth though - how do I get the current language of the system? What are pitfalls you'd encounter? How to make this an attribute for storyboard, etc.

  • @reece5863
    @reece5863 2 роки тому +1

    Very NICE!!!

  • @JohnLiuFromHK
    @JohnLiuFromHK 2 роки тому

    Thank you for this tutorial, but can we do the localization not by following the system language? Just in app

  • @ps27ps27
    @ps27ps27 7 місяців тому

    this is genius!

  • @kaideumers6102
    @kaideumers6102 4 роки тому +1

    Super helpful!

  • @hamidkia5035
    @hamidkia5035 3 роки тому +1

    thank you so much

  • @DavidNitzscheBell
    @DavidNitzscheBell Рік тому

    Please put UIKit in the title.

  • @KirillYakovlev
    @KirillYakovlev 3 роки тому

    Thank you brother! Very helpful!

  • @geterrdun3098
    @geterrdun3098 2 роки тому

    Great video as always!! But I do still have a problem understanding how to convert hundreds of hard coded strings, questions, answers that I need to converted to Spanish. Can you help me please? Thank

  • @hakankumdakc9233
    @hakankumdakc9233 2 роки тому

    how to give external value within your method?

  • @irsyadashari5536
    @irsyadashari5536 4 роки тому +1

    please do more SwiftUI Tuts

  • @glebdolskiy
    @glebdolskiy 2 роки тому

    Start in 2:43

  • @user-rc2nt1tb2u
    @user-rc2nt1tb2u 4 роки тому +1

    How do i localize local json file to multiple language ?
    Thanks

  • @MrKoenseverijns
    @MrKoenseverijns 3 роки тому

    Thanks for your clear explanation! I'm currently working in XCode 13 and notice something strange: Adding the String extension is not necessary! How could this be explained?

  • @rajatbisht21
    @rajatbisht21 3 роки тому

    I use attribute inspector instead of ViewController to write on labels and buttons. Should I first connect them to ViewController and write the names of buttons and labels again in ViewController to start localisation or is there another way to do?

  • @denisfeier6636
    @denisfeier6636 3 роки тому

    Is it possible to use a json file or a yaml file instead of the .strings file? Or if is any way to convert yaml or json to .strings

  • @wannabemusician5519
    @wannabemusician5519 4 роки тому +1

    thank you so much!.\

    • @iOSAcademy
      @iOSAcademy  4 роки тому

      You’re welcome! Make sure to subscribe

  • @Ivan_Maslov
    @Ivan_Maslov 4 роки тому

    I would like to know how to get translations in different languages? Because, from experience, google translator isn’t much help

    • @mkw7147
      @mkw7147 4 роки тому

      You can pay people. For example on fiver.

    • @Ivan_Maslov
      @Ivan_Maslov 4 роки тому

      @@mkw7147 that’s kind of expensive considering you want to localize it for at least 175 countries

    • @mkw7147
      @mkw7147 4 роки тому

      @@Ivan_Maslov that is true. But translating is work and work isn‘t free.

  • @ronbahia
    @ronbahia 3 роки тому +1

    Not much has changed from objective c

  • @shhdevon
    @shhdevon Рік тому

    god i wish there were an easier way to do this

  • @amika8828
    @amika8828 3 роки тому +1

    There are a lot more easier way.

  • @youtub4444
    @youtub4444 4 роки тому

    No, not useful it is not language support. Does it make sense to you. There should be a button or switch to change the language of app. I hope you do so.

    • @didami7099
      @didami7099 3 роки тому +1

      This is the best solution since the app is getting the user’s device language. If user selected its global language to Spanish, then the app may show in spanish even if the development version is in English.