public class SupportedLocales extends Object
Class that provides methods for checking supported locales of GroupDocs.Comparison
Constructor and Description |
---|
SupportedLocales() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isLocaleSupported(com.groupdocs.foundation.utils.CultureInfo culture)
Determines whether [is locale supported] [the specified culture].
|
static boolean |
isLocaleSupported(Locale locale)
Determines whether [is locale supported].
|
static boolean |
isLocaleSupported(String cultureString)
Determines whether [is locale supported] [the specified culture].
|
public static boolean isLocaleSupported(com.groupdocs.foundation.utils.CultureInfo culture)
Determines whether [is locale supported] [the specified culture].
culture
- The culture.public static boolean isLocaleSupported(Locale locale)
Determines whether [is locale supported].
locale
- The locale.public static boolean isLocaleSupported(String cultureString)
Determines whether [is locale supported] [the specified culture].
cultureString
- The culture.