public interface LocaleService
| Modifier and Type | Method and Description | 
|---|---|
| List<Locale> | findAllLocales() | 
| Locale | findDefaultLocale() | 
| Locale | findLocaleByCode(String localeCode) | 
| Locale | save(Locale locale)Persists the given locale | 
Copyright © 2020. All rights reserved.