You can use the Locale to parse a certain Date object:
SimpleDateFormat.html
And use the constructor with the Locale as argument.
SimpleDateFormat(/*String pattern*/ "dd/MM/yyyy", Locale.ENGLISH)
But I don't think that what you are asking is possible.