SupportedLocales
Leave feedback
On this page
Inheritance: java.lang.Object
public class SupportedLocales
Class that provides methods for checking GroupDocs.Annotation supported locales.
| 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]. |
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 -
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 -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.