diff --git a/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift b/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift index 388866a6..421049a8 100644 --- a/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift +++ b/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift @@ -56,7 +56,7 @@ class SplashScreenViewController: UIViewController { let code = Language.init(rawValue: selectedLanguage?.code ?? "en")?.code ?? "en" Localize.setCurrentLanguage(code) - UserDefaults.standard.set(code, forKey: AppConstants.firstTimeLanguageIsSet) + UserDefaults.standard.set(selectedLanguage?.code ?? "en", forKey: AppConstants.firstTimeLanguageIsSet) setText()