Closed Tulakshana closed 5 years ago
I was able to solve my problem by changing my static constant to a computed variable. The change is as below,
struct Constants {
static var LABEL_LANGUAGE: String {
return "Language".localized()
}
}
Could you please share a sample code on how to update the UI when we receive LCLLanguageChangeNotification. I receive the notification but I only see the change when I re-launch the app. Below is the code I have so far.