Function

Purpleget_locale_dir

since: 3.0

Declaration [src]

const char*
purple_get_locale_dir (
  void
)

Description [src]

Gets the search directory for translations.

This can be overridden by the PURPLE_LOCALE_DIR environment variable.

Available since: 3.0

Return value

Type: const char*

The directory where translations should be searched for.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.