Interface DataLocaleService


public interface DataLocaleService
  • Method Details

    • getDataLocales

      List<NuclosLocale> getDataLocales()
    • getPrimaryDataLocale

      default NuclosLocale getPrimaryDataLocale()
      Returns:
      the system primary (default) data language as NuclosLocale, or null if no data languages are configured. A default implementation is provided so that older implementers of this interface keep compiling against newer API versions.