is_locale_supported method

is_locale_supported

Determines whether the specified culture is supported by the GroupDocs.Annotation API.

def is_locale_supported(cls, culture):
    ...
Parameter Type Description
culture str The culture.

Returns: bool: True if locale is supported, False otherwise.

is_locale_supported

Determines whether specified culture is supported by GroupDocs.Annotation API.

def is_locale_supported(cls, culture):
    ...
Parameter Type Description
culture System.Globalization.CultureInfo The culture.

See Also