[jsword-devel] Question on I18N
Yiguang Hu
yighu at yahoo.com
Sun Feb 8 14:12:47 MST 2009
Locale Question:
For the following search, should the "bookInitials" be in English only?
Book book = BookInstaller.getInstalledBook(bookInitials);
I have a question when I need to run the application in Locale.China.
Under Locale.China, BibleInfo.getBookName(i).getShortName() return me the shortname in Chinese, that is what I want for display purpose.
But how to get the English version "shortname" (the "bookInitials" above) while under Locale.China?
The other question is how do I get the localized short name for bibles?. The following always return me the list of
English bible names.
Books.installed().getBooks(BookFilters.getBibles())
Thanks
Yiguang
More information about the jsword-devel
mailing list