Package org.nuclos.api.service
Interface DataLocaleService
public interface DataLocaleService
-
Method Summary
-
Method Details
-
getDataLocales
List<NuclosLocale> getDataLocales() -
getPrimaryDataLocale
- Returns:
- the system primary (default) data language as
NuclosLocale, ornullif no data languages are configured. A default implementation is provided so that older implementers of this interface keep compiling against newer API versions.
-