In the properties file, I have key=A: {{0}, {1}}, B: {{2}, {3}} . I expect the string "A: {0, 1}, B: {1, 2}" . The numbers inside curly braces are processed. How to include the symbol '{' without reference to any value? I also tried to run away from the character like this "// {". Even I could not get the expected result. Error java.lang.IllegalArgumentException: Unable to parse argument 0, 1 \.
java resourcebundle
Achaius
source share