0

When the user changes the language of their mobile, the data I used to insert in sqlite of my application changing to the respective lanuage.

How to prevent language change in my appliction?

Vivek Barai
  • 1,338
  • 13
  • 26
  • 1
    You can have a look a this [Link](https://stackoverflow.com/questions/34824537/the-way-to-change-database-helper-to-support-multiple-languages) – Vivek Barai Dec 18 '17 at 06:45
  • How can I prevent inserting in other language, My problem is inserting some data in sqlite. When inserting the data are updating in db with different language which user changed in android settings. – Manikandan Venkatesan Dec 18 '17 at 06:52
  • If you don't want user to update record then you must first check your system language and if it is your preferred language then and then only allow user to update record otherwise you can show popup or toast to user. – Vivek Barai Dec 18 '17 at 07:09
  • thanks for your help – Manikandan Venkatesan Dec 18 '17 at 07:55

0 Answers0