Help
Swift app internationalization and localization
Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns. Inspired by many other modern programming languages, Swift is intended to be more resilient and expressive than Objective-C, its predecessor.
- Created by
- Apple
- Released
- June 2, 2014
- Links
-
https://swift.org
Wikipedia
🔗Swift applications are usually translated these file formats
🔗Related Platforms
🔗Best way to localize Swift apps
The first step is to extract the text to translate into language files. This process is called internationalization. The built-in libraries can be used to extract the text to translate into .strings files.
Once you have internationalized your Swift app, use a translation software localization tool such as WebTranslateIt to manage your localization workflow.
It is easy to translate a Swift app with WebTranslateIt. Create a project, upload your source language file in the File Manager and translate it on the Translation Interface.
The tools included in WebTranslateIt, such as Batch Operations, the Translation Memory or Machine Translation can help you translate that file automatically, faster and cost effectively.
🔗Links of interest
- WebTranslateIt’s CLI to help sync language files.
- How to localize your iOS app
- Step-by-step iOS localization tutorial