Create Multi Language App | Internationalization & Localization In Flutter

  Рет қаралды 39,055

HeyFlutter․com

HeyFlutter․com

Жыл бұрын

How to enable multi-language support in your Flutter app. Translate texts into multiple languages using Flutter Internationalization and Localization.
👉 12 Week Flutter Training | heyflutter.com
👉 Flutter Masterclass Courses | heyflutter.com/masterclass
Source Code: github.com/JohannesMilke/loca...
Twitter: / heyflutter_
Facebook: / heyflutter
Instagram: / heyflutter_
LinkedIn: / heyflutter
Website: heyflutter.com
#Flutter #Tutorial #HeyFlutter
Thanks For Watching :-)

Пікірлер: 36
@HeyFlutter
@HeyFlutter Жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/localization_i18n_arb
@ff.n1940
@ff.n1940 5 ай бұрын
Thanks🙏🙏 it was helpful
@HeyFlutter
@HeyFlutter 5 ай бұрын
You are welcome, @ff.n1940 😊
@asliddinmahmudov4430
@asliddinmahmudov4430 7 ай бұрын
Thank you!!!
@HeyFlutter
@HeyFlutter 7 ай бұрын
You are welcome, @asliddinmahmudov4430!
@adnanali679
@adnanali679 Жыл бұрын
Hey, l am working on a production app and I add text quite frequently, so is there any method with which I can automate adding the key-values in translation files or do I need to hard code it every time I add new text
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank You @adnanali679! Follow this link: stackoverflow.com/questions/65411117/flutter-1-22-internationalization-with-variable-as-key I hope you will get your answer 🙂
@marufhassan634
@marufhassan634 8 ай бұрын
You will have to hardcode each time but check slang package instead, its much better and cuts down on boiler plate code.
@michereff16
@michereff16 Жыл бұрын
How do you call a change in the app language? Let's say you have a button to change the language of your app from english to spanish, how do you make this call? I tried using just 'Locale('es');' but it didn't work.
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank You @michereff16! Follow this link: stackoverflow.com/questions/65307961/button-to-change-the-language-flutter I hope you will get your answer 🙂
@michereff16
@michereff16 Жыл бұрын
@@HeyFlutter Thank you very much!
@carlafuh9481
@carlafuh9481 Жыл бұрын
some how i dont have the last two packages which we are to import. i mean the flutter_gen and localization_i18n. tried importing them and the directories where not found
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, @carlafuh9481! 🙂. Try to provide enough details with your question whenever you face any issue.
@Logeraso20284
@Logeraso20284 7 ай бұрын
I'm same import flutter gen abstract class can't access 😢
@marufhassan634
@marufhassan634 8 ай бұрын
Use slang package instead. It makes the work so much quick and easier.
@HeyFlutter
@HeyFlutter 7 ай бұрын
Thanks for your feedback, @marufhassan634! 🙂
@mmm22chess
@mmm22chess 5 ай бұрын
Insane. I just read the documentation and then came to KZbin to solidify what I just read. In 3 minutes everything was explained. Better is impossible. I thought it would take me weeks to internationalize my app, I guess it will be way less
@HeyFlutter
@HeyFlutter 5 ай бұрын
Glad to hear that, Thank you @mmm22chess! 😊
@Apoorvpandey
@Apoorvpandey Ай бұрын
How to change the locale using provider state management
@HeyFlutter
@HeyFlutter Ай бұрын
Thank You @Apoorvpandey! Follow this link: medium.com/@edelweisspath/flutter-localization-with-provider-d9400bb05c05 I hope you will get your answer 🙂
@honorerobertodossougnonlon5445
@honorerobertodossougnonlon5445 7 ай бұрын
Can I have a video on designing a language learning app?
@HeyFlutter
@HeyFlutter 7 ай бұрын
Thanks for the idea @honorerobertodossougnonlon5445 😀, i have added it in my list of future videos
@Logeraso20284
@Logeraso20284 7 ай бұрын
How access import flutter gen from dart tools
@HeyFlutter
@HeyFlutter 7 ай бұрын
Thank you, @losser4798! 🙂. Please try to provide enough details with your question
@honorerobertodossougnonlon5445
@honorerobertodossougnonlon5445 7 ай бұрын
How can I get the complete source code of the application😢?
@HeyFlutter
@HeyFlutter 7 ай бұрын
Hey, @honorerobertodossougnonlon5445 🙂 you can access the code here: kzbin.info?event=video_description&redir_token=QUFFLUhqa0hnYjRnZnhZVHUtX0xDa1BnMnJDYUJnZ2hwUXxBQ3Jtc0tsVkV5andYUk41cUVIM1lIc3RIMHVkVW1RSjM2NXJaNlpCYXB6eGNoZDktT05BbTlqWjFWS2tqS09hTGQ4b2ZPLW5CaTlKOWtSUTVwZTRfaGZhcGNCQTR1Q01SRjh2N2VBbEtWS09RTFRNeUlydGstYw&q=https%3A%2F%2Fgithub.com%2FJohannesMilke%2Flocalization_i18n_arb&v=zugxpAcbe4U
@omermustekiin
@omermustekiin 3 ай бұрын
what about u have 40 language? Do we need add 40 language file?
@HeyFlutter
@HeyFlutter 3 ай бұрын
Thank you, @omermustekiin! 🙂 . Yes
@omermustekiin
@omermustekiin 3 ай бұрын
@@HeyFlutter 🥲❤️
@melos369...
@melos369... 5 ай бұрын
Are you habesha?
@user-so8pp6fq2t
@user-so8pp6fq2t 2 ай бұрын
Is the source code for sale ??? I don’t get it
@HeyFlutter
@HeyFlutter 2 ай бұрын
Hey @user-so8pp6fq2t 😀 you need to subscribe on github to access source code.
@burnabykrompel7072
@burnabykrompel7072 Жыл бұрын
promo sm 🔥
@HeyFlutter
@HeyFlutter Жыл бұрын
Thanks, @burnabykrompel7072! 🙂
@wolf-ll9uj
@wolf-ll9uj Жыл бұрын
Getx made this more easy
@HeyFlutter
@HeyFlutter Жыл бұрын
Yes you can prefer that also, @wolf-ll9uj 🙂
Font Awesome Icons for Flutter | Enhance Your App with Ease
3:11
HeyFlutter․com
Рет қаралды 8 М.
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 36 МЛН
Sigma girl and soap bubbles by Secret Vlog
00:37
Secret Vlog
Рет қаралды 14 МЛН
Easy way to localize your flutter app | Localization in Flutter
8:08
AI with Flutter
Рет қаралды 2,5 М.
Create Multi Language App | Internationalization & Localization In Flutter
3:01
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 752 М.
How to use Easy Localization package? | Flutter
20:42
Yazeed AlKhalaf
Рет қаралды 28 М.
Flutter Localization - Official Documentation
35:01
PodCoder
Рет қаралды 37 М.
Every Flutter App needs this!
10:15
HeyFlutter․com
Рет қаралды 55 М.
Localization & Internationalization In Flutter
5:25
Coding Orbit
Рет қаралды 976
#samsung #retrophone #nostalgia #x100
0:14
mobijunk
Рет қаралды 13 МЛН
Как бесплатно замутить iphone 15 pro max
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 8 МЛН
Что делать если в телефон попала вода?
0:17
Лена Тропоцел
Рет қаралды 3,2 МЛН