Localize Interpolated String: Why Only String Value Work?

I believe the reason is that %@ is the specifier for an object, of which String is one. You need a different specifier for ints.

1 Like