iPhoneプロジェクトの設定バンドルに文字列があります。
test string that formats something like this => string%@inside%dastring
文字列と整数を使用して、この文字列を使用します
NSString *result = [NSString stringWithFormat:stringFromBundle, replace_string, an_int_number];
ただし、結果の文字列はフォーマットされていません。バンドルから取得した文字列を他のエンコーディングに変換する必要がありますか?