Following along and I noticed 2 things I'm sure you know but weren't mentioned for complete new people like me. 1. Extract String Resource in Alt+Enter. It gives a pop up to name your string and automatically inserts it into strings.xml and replaces the code with the new string reference. This works in the layout and activities files. 2. The "Open editor" link while viewing the Strings file lets you update all the translations in one screen. May be helpful if using many languages.
Sir, how can i change const texts in hobbiesAdaptor using value strings ? (Const texts in both activities and layouts are changed, but i cant do the same on Hobbies adapter and model file)
Really great video.... useful....but if we want selected language is English...and we want to give option to select language from application...how will do it Don't want go user in setting to change primary language
I have no words for your videos. it's just great videos of beginners.
Following along and I noticed 2 things I'm sure you know but weren't mentioned for complete new people like me.
1. Extract String Resource in Alt+Enter. It gives a pop up to name your string and automatically inserts it into strings.xml and replaces the code with the new string reference. This works in the layout and activities files.
2. The "Open editor" link while viewing the Strings file lets you update all the translations in one screen. May be helpful if using many languages.
this is a great tutorial for beginners, thank you so much
You did extremely excellent video
first perfect Explanation!...greetings from Germany!
Thanks man!
That was super helpful
likewise could u plz explain and create on how to create and use diffrent dimens folders and sub folders
Thanks i needed that alot
Sir, how can i change const texts in hobbiesAdaptor using value strings ? (Const texts in both activities and layouts are changed, but i cant do the same on Hobbies adapter and model file)
what if we have stored dynamic data in database how will we change that by changing app's language?
Can you plz tell us How to change the whole app language on the button click without changing the system language.
Like on off switch Eng to French.
How do you add the getString to this "context.showToast(currentHobby!!.title + " Clicked !")". I get an error.
How will you change the language using a button from inside the app? Is that possible?
Yes possible. Kindly Google
how do i change use this in Model.kt class?
Really great video.... useful....but if we want selected language is English...and we want to give option to select language from application...how will do it
Don't want go user in setting to change primary language
Locale myLocale = new Locale(language);
Resources res = activity.getResources();
DisplayMetrics dm = res.getDisplayMetrics();
Configuration conf = res.getConfiguration();
conf.locale = myLocale;
res.updateConfiguration(conf, dm); //language ="en"
How to convert app calendar as arabic to english calendar
I suggest Linguee for translations it's way more accurate
Perfect... :-)
hmmmm nice
thanks