Is there an API in Java to obtain the typographically correct quotation marks (opening + closing) for a specific Locale?
See for example this table:
https://de.w
you can try using ICU4J project, e.g. class LocaleData
Seems like this does not: https://forums.oracle.com/thread/1286548?tstart=90
But why anyway? If you're doing internationalization you have to translate the words and sentences anyway. So why you want to split the quotation marks from the text?
Or do you have something special in mind?