NSLocalizedString を使用するこの良い例を見つけました: NSLocalizedString() の 2 番目のパラメーターは何ですか?
NSLocalizedString(@"Save",@"Title of the Save button in the theme saving dialog");
.
/* Title of the Save button in the theme saving dialog */
"Save" = "Save";
しかし、NSLocalizedString のコメントが空の場合はどうなるでしょうか? とはどういう意味ですか? 翻訳された単語が localize.strings のどこにあるかを自動的に認識しますか?
ありがとう