Member-only story

Localize Swift Tutorial

Creating an App for multiple languages? Let us make this easy!

Steven Curtis
5 min readAug 21, 2019

It is really important to enable your App for multiple languages. By using Localize you can ensure that your App will maximize it’s reach (and who wouldn’t want that?).

Prerequisites:

  • Some basic knowledge of creating iOS Apps

Terminology

Language Localization: The process of adapting a product into multiple languages for a country or region

Did you know

Localizing your App can supercharge your implementation. The global population consists of just 6% native English speakers.

This means that you can not only be available on multiple App Stores, but your App can be suitable for those markets too, making your App ready for the 94% of the population increasing your customer satisfaction (reviews!) and implement localization early in the development of your App to save the money that it would take to change your App to localize the content after going to production.

Implementation

Set up a new Xcode single view project

Set up a single view project through Xcode

Installing through Carthage

The easiest way to install Cathage is through Brew. (alternative installation methods are avaliable through…

--

--

No responses yet