Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ローカライゼーション・サービス Phrase Strings ことはじめ

ローカライゼーション・サービス Phrase Strings ことはじめ

Masayuki Ataka

October 20, 2022
Tweet

Other Decks in Programming

Transcript

  1. 4XJGU6*ͷଟݴޠԽ 47 • ΩʔΛ௚઀ॻ͚Δ struct SwiftUIView: View { let item:

    SampleItem var body: some View { Text("hello_world") .navigationTitle(item.title) } }
  2. 4XJGU6*ͷଟݴޠԽ 48 • ΩʔΛ௚઀ॻ͚Δ struct SwiftUIView: View { let item:

    SampleItem var body: some View { Text("hello_world") .navigationTitle(item.title) } }
  3. 4XJGU6*ͷଟݴޠԽ 51 • ίʔυͰରԠ @IBOutlet var helloLabel: UILabel! { didSet

    { helloLabel.text = NSLocalizedString(“hello_world” comment: "Hello, World!") } }