How to make our app to support multiple languages | Android Studio | Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025
  • This tutorial is about how to develop an app with multiple language support.
    We will create separate strings.xml files for each language.
    We will use AlertDialog to display languages to choose one of them and change. The settings will be saved using shared preferences, so whenever you will start the app it will load with the language you selected last time.
    Buy Me a Coffee: paypal.me/atif...
    Chanel:
    / mohammadatif1
    Websites:
    technifysoft.com/
    devofandroid.b...
    Apps/Games on PlayStore:
    play.google.co...
    If u like this video, Like, Comment, Subscribe to support us...

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

  • @bartomiejdziao9594
    @bartomiejdziao9594 6 ปีที่แล้ว +13

    Clean and neat. I saw few other tutorial and this is by far the simplest and most effective. This is what I will be using. Thank you!

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว

      You're welcome 😊

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

      @@AtifSayings hi i am a student in UI UX design, i am curious how apps support multiple languages, is it the engineers job to add languages to the app?, how do i as a designer assist this process to make my app designs more accessible to people?

  • @ivboogy4735
    @ivboogy4735 11 หลายเดือนก่อน +1

    thsnk you sooooooo much even after 6 years it works

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

      You're welcome

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

    One Word!! ........................................ Awesome. Really Useful. Thank You Bro

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

    Thank you for this perfect walk-through - saved me so much time!

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

    Nice

  • @qubee-tech
    @qubee-tech 2 ปีที่แล้ว +1

    Nice work!

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

    Thank you for the tutorial...Run Successfully💖

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

    Many thanks. April 2020 and stills working. I could manage to make it work on my app. Thanks!

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

    This is working on my emulator but when I uploaded it to google play, choosing the language is not changing the language. How can I solve this issue?

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

    good work

    • @fekedewhailemariam5979
      @fekedewhailemariam5979 5 ปีที่แล้ว

      How to make navigation have an option to select language with out opening any fragment or activity, Please
      with best regards

  • @linko-tan
    @linko-tan 2 ปีที่แล้ว +1

    Thanks,
    This video made me do a subscribe .

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

    wow thanks and nice

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

    This is so helpful!! Thanks a lot!! Finally understand!

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

    tnx for make this tutorial

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

    That was awesome. Thanks broo. It works for me

  • @mtoheed1085
    @mtoheed1085 5 ปีที่แล้ว

    Very useful tutorial

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

    Great brother 😊

  • @Viktorr_Trr
    @Viktorr_Trr ปีที่แล้ว

    Легендарно!!!
    Попробуй в интернетах ещё найти что-то подобное!..
    То ли я слишком глуп, а все уже знают, или просто никто таким уже не пользуется?...

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

    Thank you.
    This video is very helpful.

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

    its very help ful bro thanks a lot

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

    Good job dude!!! Thanks a lot :)

  • @MOHAMMADKHAN-et7rg
    @MOHAMMADKHAN-et7rg 2 ปีที่แล้ว +1

    bro . changing languages is not working after uploading it in play store

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

      In debug mode is it working? Issue is on release apk?

    • @AtifSayings
      @AtifSayings  ปีที่แล้ว

      @cemilerdem2685 make sure you've set minifyEnabled false

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

    Really Helpful!

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

    great Atif ,application is working but drawer layout item not change the language

    • @AtifSayings
      @AtifSayings  ปีที่แล้ว

      Make sure you've put its strings to their respective localized strings.xml files

  • @geniousitywave1871
    @geniousitywave1871 6 ปีที่แล้ว +5

    At last! I got the simplest tutorial.

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

    Thank you sooo much, that was really helpful

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

    I only changed
    SharedPreferences prefs=getSharedPreferences("setting", Activity.MODE_PRIVATE);
    to
    SharedPreferences prefs=getSharedPreferences("save to all activity", Activity.MODE_PRIVATE);
    and its working for me

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

    It is the best tutorial !! Thanks a lot !

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

    sir when i clean app history and then reopen app dosen't have selected language its have default language i want when i select a language then its continue have the language wich i chosed

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

      User shared preferences to save which language was selected then whenever app starts, load the value from shared preferences, in that way you can set the language that was selected last time

  • @HY-du5nt
    @HY-du5nt 3 ปีที่แล้ว

    Is this video no voice or it's just my earphone?

  • @rupalimandlik2924
    @rupalimandlik2924 ปีที่แล้ว

    SharePreferences not working at my side, after reopening the app it shows default value english. Please help me

  • @Alihaider-rs8is
    @Alihaider-rs8is 4 ปีที่แล้ว +2

    Jazak Allah

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

    Thank you. It's very help me.

  • @HarisBukhari-bm7eh
    @HarisBukhari-bm7eh 3 ปีที่แล้ว +1

    Thanks a Lot man !!!!!!!

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

    Can you please tell why I am able to select language only once. After it if I select language it doesn't reflect on the other activities of the app! Hoping for quick answer!

    • @AtifSayings
      @AtifSayings  4 ปีที่แล้ว

      write all strings in strings.xml of each language
      call loadLocale(); function before setContentView(R.layout.activity_name); of each activity

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

      @@AtifSayings what about Fragments?

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

    i have a problem the list of language appear to me in horizanl view , not verical and i can't chose one of them

  • @treasureislandofworld
    @treasureislandofworld 4 ปีที่แล้ว

    Really appreciate you man !

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

    good tutorial but it shows the language but when you click on a language it doesn't change the texts to the language you have selected

  • @azizullahsamim9924
    @azizullahsamim9924 6 ปีที่แล้ว +3

    Hello Atif,
    Perfect Video, I did the same that you did in the video and it works fine when I run my app directly from android studio, but my problem is that when i upload my app in google play store and download back from play store the localization is not working. Can you advice me what should i do?

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

      May be u haf made some mistake.
      Because im using same some of my apps on playstore

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

      @@AtifSayings i copied the exact same code.but the language is not changing.can you help?

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

      ​@@farahnazreza984 I have the same problem, i tried for APK and it´s work fine but when i publish (PlayStore) nothing do it.

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

      @@AtifSayings same problem

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

      @@AtifSayings is it working offline?

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

    Thank you, it was very helpful video.

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

    Thank you very much!!! You help my life! haha

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

    Your Tutorial is always well sir, please give us some project tutorial.

  • @jonathanpincay656
    @jonathanpincay656 6 ปีที่แล้ว +6

    Hi, thanks very much for the tutorial, It's very nice, I have a question, when I run the emulator I'm able to change the language, but when I run it in the phone it's is not changing the language.

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

      it has been 2 years but i need to ask. did you solve the issue and how :(

  • @richmangroup
    @richmangroup 4 ปีที่แล้ว

    Thank you so much. Verry helped!

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

    finally something useful thanks

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

    i am unble to see any indian language when translated and pasted in android studio

  • @umerhayyat7818
    @umerhayyat7818 5 ปีที่แล้ว

    atif bhai keyboard bhi change ho ga ?

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

    Okay great😊.... but what if i wanted to ask the user which language they want when they first launch the app?!

    • @AtifSayings
      @AtifSayings  ปีที่แล้ว

      You can do it using Shared Preferences.
      In launch get a boolean value from shared Preferences e.g. isOldUse if value is false which is always false when launching first time then set required language after that save its value true
      Then next time you lanuch its valie will be true

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

    Hello sir , isn't working for me in the phone should I change the getsharedprefrences name into another name please help

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

      Thanks a lot it's worked great , there is a little problem changing language change my textview directions and margin

    • @AtifSayings
      @AtifSayings  4 ปีที่แล้ว

      Sounds good

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

    Damn, you made it seem so easy! hahah
    Thx bro

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

    how can I apply changing language in multi interface, because it still change language in main activity

  • @olivierfaux9599
    @olivierfaux9599 5 ปีที่แล้ว

    Clear, efficient, thanks a lot

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

    i want implement this code into fragment not at mainactivity how?

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

    is there any method that change app data language at realtime and data is coming from firebase ???

    • @AtifSayings
      @AtifSayings  5 ปีที่แล้ว

      May be.... but i don't know yet

    • @hamzachohan9268
      @hamzachohan9268 5 ปีที่แล้ว

      @@AtifSayings hmmm thanx sir
      and sir is there any method to use single recyclerview + cardview for different data coming from firebase

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

    Thank you!

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

    so if I change the language in one activity, will it be followed by all activities?

    • @razushikh4553
      @razushikh4553 4 ปีที่แล้ว

      Is it possible?I need it!!!"

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

      @@razushikh4553 did you manage to solve it?

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

    It is not working for API level 23 and below (Android version 6.0 and lower). Do you have any idea?

    • @ArifRahman-ce7bf
      @ArifRahman-ce7bf 5 ปีที่แล้ว

      Same Problem. It is not working for API level 21.

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

    sir video is very informative and useful. can you please share the link of code of the same programme?

    • @AtifSayings
      @AtifSayings  4 ปีที่แล้ว

      Thanks You. I don't have code 😕

  • @helenh2442
    @helenh2442 4 ปีที่แล้ว

    am i the only one that this is not working for me? I put setlocale() before setContentView() it can be translated , but loadLocale() doesn't work

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

    How to manage the radio button selection in this case?

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

    what if i dont use action bar on any of my activity?

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

      This is up to you. all strings in strings.xml of each language will be translated.

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

      @@AtifSayings but when i code the ActionBar actionBar = getSupportActionBar();
      actionBar.setTitle(getResources().getString(R.string.app_name)); on my activity the activity keep crashing

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

      @@misharosni6842 skip/remove code related to actionbar because you don't want to use actiobar then you don’t have to set title of the actionbar

  • @shanilshani910
    @shanilshani910 4 ปีที่แล้ว

    I have written the same code in my program but is not working (nothing is happening). Can any one help me to correct it. Please...

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

    Hi thank you so much for this
    but I have a problem, when i close the app and restart it again, everything is good, just navigation view it open from start , why it does not open from end, i hope you understand me , thank you

    • @walidpivano117
      @walidpivano117 4 ปีที่แล้ว

      Hi sir please if you find a solution tell le please!

    • @mohammedtalhaoui1872
      @mohammedtalhaoui1872 4 ปีที่แล้ว

      @@walidpivano117 i found a soulution , you have to set local in OnCreate before setContentView

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

    not working for me the language dosent change

  • @sivakumarb8286
    @sivakumarb8286 4 ปีที่แล้ว

    hello bro .. its a Awesome video.. but i have one doubt .. how can i change the language for all other activities ..

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

      Do you know how can i change all other activities

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

    Hi Atif,
    I have been following your tutorials lately and they are great for learning studio. While following this tutorial I came across an issue which is:
    I have copied the exact code but when I choose language, the strings aren't changed. While writing UpdateConfiguration() I saw that this is deprecated and while going through answers on Google I was unable to understand what to do.
    Now I want to Localize my app but I am unable to do so. Can you please help?

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว

      Thaks you....
      If the method is depreciated it still should work. ok, send your screenshot on email, ill check it out

    • @UzairAmirs
      @UzairAmirs 6 ปีที่แล้ว

      Hi, thanks for your kind response. I have sent you the email with Screenshots and Logcat errors.
      Please help and thanks for responding again. Very kind of you.

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

    Do you try if the app has many activities

    • @AtifSayings
      @AtifSayings  5 ปีที่แล้ว

      ys,

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

      @@AtifSayings I'm having a problem, when I turn off the app and open it again, only the current activity changes the language, the remaining activites don't

  • @sonechak
    @sonechak 4 ปีที่แล้ว

    Hi have a book app in English but I would like to add another language using Sqlite.

  • @amirinyoutube
    @amirinyoutube 4 ปีที่แล้ว

    this code just only change with language OS, the alertdialog language not work! please help me

    • @AtifSayings
      @AtifSayings  4 ปีที่แล้ว

      have you used recreate() after changing via dialog?

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

    Thank you brother :D

  • @Error-ss4vm
    @Error-ss4vm 5 ปีที่แล้ว +1

    Thanks !

    • @AtifSayings
      @AtifSayings  5 ปีที่แล้ว

      You're welcome :)

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

      @@AtifSayings bro i need source code please

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

    Please help don't work idont know why ever think is good and when i click the botton nothing happened

    • @CamboTutorial
      @CamboTutorial 4 ปีที่แล้ว

      You may not work because of Android Version, he implemented only support some version. There is another way to do.

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

    Hi thanks for this video. But this is not working in Android 8 mobiles how can I fix it can you help me.

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

    Jazaka Allah , how can use for all activities ?

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

    Could you please share with us the code. I want to change the language of my weather app to Arabic.

    • @AtifSayings
      @AtifSayings  5 ปีที่แล้ว

      Actually i don't have code of this project :(

    • @entertechinc
      @entertechinc 4 ปีที่แล้ว

      You can share what you are coding , Thank you.

  • @shay-cohen
    @shay-cohen 6 ปีที่แล้ว +1

    Thanks for the video but i noticed as soon i am inside my RTL Layout and I change my orientation from portrait to landscape the layout changes back from RTL to LTR, any way to prevent this?

  • @rivensmeicky8309
    @rivensmeicky8309 5 ปีที่แล้ว

    what should i do if i want to implement this method in a fragment that using radio button in setting of apps. thx

    • @ashiqkhanyt
      @ashiqkhanyt 5 ปีที่แล้ว

      I think you will need to implement it in the base activity only. I mean the one in which you have implemented the fragment.

  • @mrgpspoetry196
    @mrgpspoetry196 6 ปีที่แล้ว

    How we change all app language doing this process because this process best for only one activity when i create two activity then firstly i select language then for both activity language must be change then how we can do this for two activity??(without using second button on second activity) help me sir..

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว

      it will change the language of the strings in strings.xml whether being used in one activity or whole application (multiple activities)

    • @mrgpspoetry196
      @mrgpspoetry196 6 ปีที่แล้ว

      Atif Pervaiz but at that time i try like that "like normal app firstly we select a language for all app this type of thing how i do in my app" you are on write way but i can not understand for all app so tell me how i can do that and sir when i select hindi then for that particular activity's language change but not second activity language change so plz provide solution

    • @mrgpspoetry196
      @mrgpspoetry196 6 ปีที่แล้ว

      Reply asap

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว

      it should change the language of all activities whose strings are in strings.xml
      also write methods (used in changing language) in others activities too

  • @lollol-qk7mw
    @lollol-qk7mw 6 ปีที่แล้ว +6

    best! dislikers have no life

    • @kashishsharma5086
      @kashishsharma5086 5 ปีที่แล้ว

      @Trupti Londhe Copy same code in each activity

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

    thank you very mush brother

  • @ayushigupta3673
    @ayushigupta3673 5 ปีที่แล้ว

    tutorial is good but i am getting a small error can you please help me for me the action bar which i am adding does not support..
    Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setTitle(java.lang.CharSequence)' on a null object reference

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

      did you manage to solve it?

  • @admniyeokuyorsun...3044
    @admniyeokuyorsun...3044 5 ปีที่แล้ว +1

    Lol, honestly I was expecting someting much more smaller in code but I forgot that this is java :D

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

      :D

    • @mmkamal
      @mmkamal 5 ปีที่แล้ว

      The code is quite small which was written in java :/

    • @mmkamal
      @mmkamal 5 ปีที่แล้ว

      What he did in java? Made Dialogue and just two methods. That's all. :D How is this not small?

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

    Plsss how to remove any debugging code from Android studio project

    • @AtifSayings
      @AtifSayings  4 ปีที่แล้ว

      Didn't get what exactly you want to say, elaborate

  • @HabiasaDeveloper
    @HabiasaDeveloper 5 ปีที่แล้ว

    Thank you so much :)))

  • @Vijaykumar-ww6vu
    @Vijaykumar-ww6vu 6 ปีที่แล้ว +1

    Thank u so much bro

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

    bro Can u pls share me your this Source code im facing some issues not able to switch language

    • @AtifSayings
      @AtifSayings  5 ปีที่แล้ว

      Actually i don't have it

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

    Thx man!!

  • @amitghosh3938
    @amitghosh3938 4 ปีที่แล้ว

    why are we using recreate instead of return; please help

    • @AtifSayings
      @AtifSayings  4 ปีที่แล้ว

      Recreate is used to restart activity which is here required to apply changes
      Return just stops executing code that is after return

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

      @@AtifSayings Thankyou sir

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

    Works , just api level 24 and above , what to do with api level 21 and other, pleas if you can help;

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

    will this make the full app changes, or just that activity only ?
    please reply anyone !

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

      Everything string written in strings.xml either of one activity or all activities of complete app will be changed.

    • @devmoonstar1151
      @devmoonstar1151 6 ปีที่แล้ว

      Thank You ♥

    • @jitendrapratap9667
      @jitendrapratap9667 6 ปีที่แล้ว

      @@AtifSayings but u did write all the languages separately.

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

    Instead of using shared preference use Room database
    If you can please make a tutorial video
    If you have done already send the link plz

  • @robertoacosta9788
    @robertoacosta9788 4 ปีที่แล้ว

    Hello friend, a question how could I change the language for all the activities and not in one?

    • @sivakumarb8286
      @sivakumarb8286 4 ปีที่แล้ว

      hello friend ...did you get the answer please share me.. im also having the same doubt

  • @alimahmood4158
    @alimahmood4158 6 ปีที่แล้ว

    bro all the videos on you tube are those in which they are changing the language of the single activity.please tell us how we can change the language of more than one activity

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

      do same for all activities if you want to change language programatically. write strings of each activity in strings.xml

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

    It did not change during I changed I need to refresh. Why did I get this I was following you all?
    pls help dear.

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว

      elaborate the problem

  • @jitendrapratap9667
    @jitendrapratap9667 6 ปีที่แล้ว

    What if I have tons of data in sqlite database, can I change that too in different languages,or I will have to write again all things in the other languages.

    • @AtifSayings
      @AtifSayings  6 ปีที่แล้ว

      i think you have to write separate data for each language

  • @shubhammatrix3545
    @shubhammatrix3545 4 ปีที่แล้ว

    bhai pelase help merr app me hindi likhne par ???? aa rha hai please help

  • @pramodamarasinghe5175
    @pramodamarasinghe5175 5 ปีที่แล้ว

    Thank you it's working

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

    Assalam eo alaikum atif bhai meri app ma change language wala buttton language change ni kr rha

    • @AtifSayings
      @AtifSayings  5 ปีที่แล้ว

      WaAlaikumAssalam
      Code ni h is ka ab mere pas

  • @mukhaambikavaradavenkata8045
    @mukhaambikavaradavenkata8045 4 ปีที่แล้ว

    I wrote exactly same code but this is not working in my phone why

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

      But this is working in my brother phone why like that?

    • @CamboTutorial
      @CamboTutorial 4 ปีที่แล้ว

      @@mukhaambikavaradavenkata8045 That may not work because of Android Version, he implemented only support some version. There is another way to do.

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

      @@CamboTutorial do you have any solution for this to work on all android versions? if you have then please share I am looking for that from long time thank you

    • @CamboTutorial
      @CamboTutorial 4 ปีที่แล้ว

      @@amitwaghmare7186 Nice to hear that, I will share when I have time to make video. Thanks