I will like to know the best way to call a function that is accessible from everywhere in your app. For examble: GetLanguage that would return the language that the user chose at the start of the app. Should I do this from the AppDelegate? if yes, I can't I call the function from the controllers?
Help would be welcome.