If you are writing an app, that uses a string containing numbers, for example: Deleted 1 message Deleted 2 messages You could manually create two different strings, and show either one by using an if/else, depending on the number variable. However, as you