Class BelgianDutch

All Implemented Interfaces:
AutoCloseable

public class BelgianDutch extends Dutch
  • Constructor Details

    • BelgianDutch

      public BelgianDutch()
  • Method Details

    • getName

      public String getName()
      Description copied from class: Language
      Get this language's name in English, e.g. English or German (Germany).
      Overrides:
      getName in class Dutch
      Returns:
      language name
    • getCountries

      public String[] getCountries()
      Description copied from class: Language
      Get this language's country options , e.g. US (as in en-US) or PL (as in pl-PL).
      Overrides:
      getCountries in class Dutch
      Returns:
      String[] - array of country options for the language.
    • getRuleFileNames

      public List<String> getRuleFileNames()
      Description copied from class: Language
      Get the location of the rule file(s) in a form like /org/languagetool/rules/de/grammar.xml, i.e. a path in the classpath. The files must exist or an exception will be thrown, unless the filename contains the string -test-.
      Overrides:
      getRuleFileNames in class Dutch