cocoa touch - IOS Localizations Global -


Since working on iOS,

has been there for some years, but now I have created one with the latest Xcode 5.1 I See if there is a "global" localization I have always assumed that if the user has a localization, which is not supported by the app, then it will return information to the localization area. Info.plist has changed this ? And what does the global do?

Global Localization? Do you mean "base localization"?

The question is really very broad in SO format. In essence, though: Base Localization (coupled with auto layout) allows you to use your reference language (usually your native language) in your storyboard and axis when you add localization to your app, then Xcode will be available for each UI Creates string file for all the text in the file.

Good starting point for reading new localization guidelines:

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -