Java printing dialog with Czech locale -


i have problem setting locale in printing dialog in java, setting czech locale. found solution setting locale here , works works new locale("es", "es") not new locale("cs", "cz"). can me, please? tried set default locale too: locale.setdefault(new locale("cs", "cz")); same result, es worked :(.

from the locale description, section "user interface translation"

the user interface elements provided java se runtime environment 6, include swing dialogs, messages written runtime environment standard output , standard error streams, messages produced tools provided jre. these user interface elements localized following languages:

enter image description here

so looks ui elements translated in few languages

unfortunatemly, dont know how add localization files in order have uis in czech. maybe swing specialist can you

maybe can getting started


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -