Cleaning up the project did not help me, so I added the default locale to my code:
String.format(Locale.getDefault(), "firstname: %s, lastname: %s", firstName, lastName));
Depending on your project, you might take a look at Locale .
Menelaos Kotsollaris Jul 19 '16 at 17:03 2016-07-19 17:03
source share