Method

LspInitializeParamsset_locale

Declaration

void
lsp_initialize_params_set_locale (
  LspInitializeParams* self,
  const gchar* value
)

Description

Sets 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.

Parameters

value

Type: const gchar*

The new value of locale.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.