Lock.strings ファイルを用意し、Lock が表示する各種テキスト項目に使用する値を定義できます。
言語の扱い方について詳しくは、Apple の公式ドキュメント Internationalization and Localization を参照してください。
Lock の文字列
英語の代替文字列を設定する
File inspector で Localize... をクリックします。

English を選択します。

// Forgot password "com.auth0.lock.database.button.forgot_password" = "Did you forget your password?"; // tos & privacy "com.auth0.lock.database.button.tos" = "Signing up is an indication of your agreement to our terms of\n service and privacy policy";
他言語への対応
Project/Info で新しい言語を追加する必要があります。


注意
// No more than %@{count} identical characters in a row (such as, \"%@{identical sample}\" not allowed) "com.auth0.lock.error.password.no_more_identical" = "No more than %1$d identical characters in a row (such as, \"%2$@\" not allowed)";