Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Sep 18, 2016
1 parent b4dd9c2 commit ab114a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ To change the current language:
Localize.setCurrentLanguage("fr")
```

To update the UI in the viewcontroller where a language change can take place, observe LCLLanguageChangeNotification :
To update the UI in the view controller where a language change can take place, observe LCLLanguageChangeNotification:
```
NotificationCenter.default.addObserver(self, selector: #selector(setText), name: NSNotification.Name( LCLLanguageChangeNotification), object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(setText), name: NSNotification.Name(LCLLanguageChangeNotification), object: nil)
```

To reset back to the default app language:
Expand Down

0 comments on commit ab114a3

Please sign in to comment.