JulesMoorhouse / SwiftUILocalization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftUILocalization

Example created from this tutorial.

SwiftUI

Text("hello-title")            
Text("title-name \(name)")            
Text("favourite-number \(favouriteNumber)")            
Text("fruit-count \(appleCount) \(mangoCount) \(orangeCount)", tableName: "Plurals")

Strings

"hello-title" = "Hallo Welt!";
"title-name %@" = "Mein Name ist %@";
"favourite-number %lld" = "Meine Lieblingszahl ist 33 %lld";

Plurals

About


Languages

Language:Swift 100.0%