使用rulocale返回完整月份名称(???????),但en只有number(2).
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("LLLL", new Locale("ru"));
LocalDate.now().format(formatter);
Run Code Online (Sandbox Code Playgroud)
MMMM与...合作en,但不合作ru(需要提名案例).
如何获取所有区域设置的完整月份名称?