Package com.inet.jortho
Class LanguageBundle_fr
- java.lang.Object
-
- java.util.ResourceBundle
-
- com.inet.jortho.LanguageBundle
-
- com.inet.jortho.LanguageBundle_fr
-
public class LanguageBundle_fr extends LanguageBundle
Implementation for French
-
-
Constructor Summary
Constructors Constructor Description LanguageBundle_fr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
existInDictionary(java.lang.String word, Dictionary dictionary, SpellCheckerOptions options, boolean isFirstWordInSentence)
Check if the word is in the current dictionary.-
Methods inherited from class com.inet.jortho.LanguageBundle
get, getKeys, handleGetObject
-
-
-
-
Method Detail
-
existInDictionary
boolean existInDictionary(java.lang.String word, Dictionary dictionary, SpellCheckerOptions options, boolean isFirstWordInSentence)
Description copied from class:LanguageBundle
Check if the word is in the current dictionary. It verify the options isCaseSensitive, getIgnoreCapitalization and the first word of sentence- Overrides:
existInDictionary
in classLanguageBundle
- Parameters:
word
- current worddictionary
- the current dictionaryoptions
- the current optionsisFirstWordInSentence
- if the word is the first in a sentence- Returns:
- true, if the word is in the dictionary
-
-