Manfred, To answer both your emails here:
I never got the impression you were being rude. If you have a simple ~5 line example which demonstrates the failure, please add the bug to jira and I'll have a look. You can set the locale of individual VerseKey objects with VerseKey::setLocale. You should be able to do something like: VerseKey localizedKey; VerseKey englishKey; englishKey.setLocale("en"); localizedKey = "jn.1.1"; englishKey = localizedKey; cout << englishKey; or cout << englishKey.getBookName(); Hope this makes sense. Let me know if it doesn't work! :) Manfred Bergmann wrote: > Hi. > > Sorry I'm not yet very familiar with the Sword library. But I'm sure > this will improve. :) > > Is there an easy way of getting the english book name for when I only > have the localized book name. > I.e. I have the german book name of a bible module and want to have > the english name? > > > Regards, > Manfred > > > _______________________________________________ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page