public class SupportedLocales extends Object
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 culture)
Is locale supported boolean.
|
static boolean |
isLocaleSupported(String culture)
Determines whether [is locale supported] [the specified culture].
|
static boolean |
isLocaleSupportedInternal(com.aspose.ms.System.Globalization.CultureInfo culture)
Is locale supported internal boolean.
|
public static boolean isLocaleSupported(String culture)
Determines whether [is locale supported] [the specified culture].
culture
- The 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 culture)
culture
- the culturepublic static boolean isLocaleSupportedInternal(com.aspose.ms.System.Globalization.CultureInfo culture)
culture
- the cultureCopyright © 2018. All rights reserved.