반응형

ios localization

    multi-line 문구 localizable.strings 적용 방법

    Localizable.Strings에 아래와 같이 작성 후 "Hi, I would like to share the following feedback: " = "Hallo, ich möchte folgendes Feedback geben: "; 소스상 에서 아래와 같이 사용이 가능하다. let localizedMessage = NSLocalizedString(""" Hi, I would like to share the following feedback: """, comment: "")

반응형