Features
- The new functions
GetIsoCode639_1FromValue()
andGetIsoCode639_3FromValue()
have been introduced to return the properIsoCode639_1
andIsoCode639_3
for a given name string. (#44)
Changes
- The functions
GetLanguageFromIsoCode639_1()
andGetLanguageFromIsoCode639_3()
now correctly returnUnknown
instead of-1
if a language cannot be found for the given iso code. (#44)
Bug Fixes
- The method
LanguageDetector.DetectMultipleLanguagesOf()
returned wrong values for start and end indices for texts consisting of only a single word. This has been fixed. (#43)