There is a lot of text and other information in my application that I want to store in the database, but I have a question, can I somehow create the database depending on the language selected on the device? For example, you can do this with string.xml resources, but how to do the same with a database (I understand that a database with a different language should be created, I don’t understand how to create the necessary database)? Thank.
EN-myDatabase.sqlite,RU-myDatabase.sqlite- Vladyslav Matviienko