If FX component like Label contains text in a in different locale it does not correctly shown. But the same text is shown correctly in swing.
-----------------------------------------------------------------------
import javafx.gui.*;
Frame{
content: Label{ text: "??????!" }
visible: true
}
-----------------------------------------------------------------------