Method

LspInitializeParamsget_locale

Declaration

const gchar*
lsp_initialize_params_get_locale (
  LspInitializeParams* self
)

Description

Gets the value of locale.

The locale the client is currently showing the user interface in. This must not necessarily be the locale of the operating system.

Since:

3.16.0.

Return value

Type: const gchar*

The value of locale.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.