public class SupportedLocales extends Object
Class that provides methods for checking GroupDocs.Annotation supported locales.
Constructor and Description |
---|
SupportedLocales() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isLocaleSupported(com.aspose.ms.System.Globalization.CultureInfo culture)
Determines whether [is locale supported] [the specified culture].
|
static boolean |
isLocaleSupported(String culture)
Determines whether [is locale supported] [the specified culture].
|
public static boolean isLocaleSupported(com.aspose.ms.System.Globalization.CultureInfo culture)
Determines whether [is locale supported] [the specified culture].
culture
- The culture.public static boolean isLocaleSupported(String culture)
Determines whether [is locale supported] [the specified culture].
culture
- The culture.