Localizable icon indicating copy to clipboard operation
Localizable copied to clipboard

Change language in the app. Simple approach to localize strings/images. Written in Swift.

Results 4 Localizable issues
Sort by recently updated
recently updated
newest added

I try to implement the localize for programmatically constraints but not working

I think following edit is required in get section of Language in your code if let arrcode = UserDefaults.standard.stringArray(forKey: AppUserDefault.appleLanguagesKey.rawValue),let lang = arrcode.first,let language = Language(rawValue: lang){ print("get userDefault -...

when i open the app with english language and try to change language it only change semantic but doesn't change the language to arabic, but when the app is opened...

Hello Once the test field sets its semantic from right to left then again change the language to English do not effect on it. Thanks