Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JAVA API to get the typographically correct quotation marks for a specific Locale

Tags:

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.wikipedia.org/wiki/Anf%C3%BChrungszeichen#Andere_Sprachen

(It's in German, but one look at the page and you'll know what I mean.)

like image 518
stippi Avatar asked Jul 02 '13 18:07

stippi


1 Answers

you can try using ICU4J project, e.g. class LocaleData

like image 63
Alex Stybaev Avatar answered Oct 09 '22 09:10

Alex Stybaev