SupportedLocales
Inheritance: java.lang.Object
public class SupportedLocales
Class that provides methods for checking GroupDocs.Annotation supported locales.
Methods
Method | Description |
---|---|
isLocaleSupported(String culture) | Determines whether [is locale supported] [the specified culture]. |
isLocaleSupported(System.Globalization.CultureInfo culture) | Determines whether [is locale supported] [the specified culture]. |
isLocaleSupported(String culture)
public static boolean isLocaleSupported(String culture)
Determines whether [is locale supported] [the specified culture].
Parameters:
Parameter | Type | Description |
---|---|---|
culture | java.lang.String | The culture. |
Returns: boolean -
isLocaleSupported(System.Globalization.CultureInfo culture)
public static boolean isLocaleSupported(System.Globalization.CultureInfo culture)
Determines whether [is locale supported] [the specified culture].
Parameters:
Parameter | Type | Description |
---|---|---|
culture | com.aspose.ms.System.Globalization.CultureInfo | The culture. |
Returns: boolean -