Class SwissFrench

All Implemented Interfaces:
AutoCloseable

public class SwissFrench extends French
  • Field Details

    • instantiationTrace

      private static volatile Throwable instantiationTrace
  • Constructor Details

    • SwissFrench

      public SwissFrench()
  • 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 French
      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 French
      Returns:
      String[] - array of country options for the language.
    • getDefaultDisabledRulesForVariant

      public List<String> getDefaultDisabledRulesForVariant()
      Description copied from class: Language
      Get disabled rules different from the default ones for this language variant.
      Overrides:
      getDefaultDisabledRulesForVariant in class Language
      Returns:
      disabled rules for the language variant.