MessageFormat.format("region = '{0}'", "en");實際結果是region = {0}若是須要被替換的話,須要用雙單引號
MessageFormat.format("region = ''{0}''", "en");