On Wed, 29 Jun 2022 15:26:57 GMT, Andy Goryachev <duke at openjdk.org> wrote: > Also, will this code work correctly for non-English locales? It won't. It has to use `MessageFormat` and it has to add a new string to the resource bundle. ------------- PR: https://git.openjdk.org/jdk/pull/9327