c++ - ICU ResourceBundle arguments -


i'm using resourcebundle @ icu library c/c++.

i test simple messages , works fine.

now i'm trying use messages arguments, example:

error{"error: {0}"}

is there way resource , check if has arguments use formatstring class ?

for example in resource:

error{"error: {0}"}

is method number of arguments ? in case one.

thanks


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -