You ended my searching for this solution. I was looking how I can read and parse local json file in KMP and got more confused with my searches, but I found the solution here and clearly explained, thanks a lot.
What library would you recommend for achieving the localization function and change between the languages like a feature in settings to change the language?
I would not recommend any library becoz now we have multi language strings support already in kmp , so we just need to write logic for changing the locale for each platform, i will go for expect actual platform specific implementations rather.
Nice Video Sir ❤
You ended my searching for this solution. I was looking how I can read and parse local json file in KMP and got more confused with my searches, but I found the solution here and clearly explained, thanks a lot.
Great to hear. Thanks🙌
What library would you recommend for achieving the localization function and change between the languages like a feature in settings to change the language?
I would not recommend any library becoz now we have multi language strings support already in kmp , so we just need to write logic for changing the locale for each platform, i will go for expect actual platform specific implementations rather.
@@codingambitions so i have to implement the localization natively for every platform, can you make a video about this case later?
I will see.
Sir ji me jab app build karata hu to package name ke sath class R ki aur location packege name a rahahe to sir pls help kar digi e 🙏
You can add it manually, Just add import for full package and then .R. for example:
import com.sunildhiman90.cmpresourcesguide.R