Package com.wavemaker.commons.i18n
Class DefaultLocaleProvider
- java.lang.Object
-
- com.wavemaker.commons.i18n.DefaultLocaleProvider
-
- All Implemented Interfaces:
LocaleProvider
public class DefaultLocaleProvider extends java.lang.Object implements LocaleProvider
Created by prakashb on 11/7/18.
-
-
Constructor Summary
Constructors Constructor Description DefaultLocaleProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getLocales()Will return the list of locales with descending priroty for the current request
-
-
-
Method Detail
-
getLocales
public java.lang.String[] getLocales()
Description copied from interface:LocaleProviderWill return the list of locales with descending priroty for the current request- Specified by:
getLocalesin interfaceLocaleProvider
-
-