EN>String strtemplate = "Пользователь %name%, возраст %age% лет";
String.format("Пользователь %1$s, возраст %2$d лет", "Вася", Integer.valueOf(25))