I would like to support English language for European formatted culture.
Dates should be displayed in English using European format. So, "14:00 Sunday, 16/July/2017" should be displayed and not the British way... Actually Irish culture is OK for this!
Further on, for example when I need to show currency, I would like it to be formatted as "1.500,00 €". Now, in order to support English language, if I use British culture I get the pound sign. If I use Irish culture I get "€1,500.00" which is not the standard way to format currency in Europe.
I would like at the present state of my application to support en-US and (if there was such a thing) en-EU. Any ideas? Do I need to create a custom culture? Any pointers?