In sign-up, after inserting all data, insert a new row into user_configs (crud services are done)
user_configs("DEFAULT_LANGUAGE", "az", [inserted userId])
create new UserConfigConstants on the constants package and move DEFAULT_LANGUAGE inside it
for "az", use languageService.getDefaultLanguage() method
In sign-up, after inserting all data, insert a new row into user_configs (crud services are done)
user_configs("DEFAULT_LANGUAGE", "az", [inserted userId])
create new UserConfigConstants on the constants package and move DEFAULT_LANGUAGE inside it
for "az", use languageService.getDefaultLanguage() method