Method
AtkDocumentget_locale
deprecated: 2.7.90
Declaration [src]
const gchar*
atk_document_get_locale (
AtkDocument* document
)
Description [src]
Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale of the content of this document instance. Individual text substrings or images within this document may have a different locale, see atk_text_get_attributes and atk_image_get_image_locale.
Deprecated since: 2.7.90
Please use atk_object_get_object_locale()
instead.