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

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -