In annex-implementation-dependent-behaviour, it is mentioned that DateTimeFormat should localize era names: annexes.html#L102, but in the part of 12.1.6FormatDateTime linked from the above, there is no description about the localized era names. Probably it can be bug.
The description to resolve it may can be like this:
If _p_ is *"era"*, then the String value may also depend on whether _dateTimeFormat_ has a [[era]] internal slot
Related links: andyearnshaw/Intl.js#164, andyearnshaw/Intl.js#166
Thanks.