how to get DB sqlite data from strings.xml so when i change the locale all the data can be translated
问题 i have database with all data saved inside it how can i change that and make get the data from strings,xml so when i change the locale all the data can be translated to locale language here is my code: public class DB_Sqlite extends SQLiteOpenHelper { public static final String BDname = "data.db"; public static final int DBVERSION = 1; /*<<<<< ADDED BUT NOT NEEDED */ public static final String TABLE_FAVOURITES = "mytable"; public static final String FAVOURITES_COL_ID = BaseColumns._ID; /*<<<<