Got following error:
no visible @interface for 'NSString' declares the selector 'primaryLanguage'
at following code:
NSString *lang = [[[UITextInputMode activeInputModes] firstObject] primaryLanguage];
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
```NSString *lang = [[[UITextInputMode activeInputModes] firstObject] primaryLanguage];```