Method

ValentResourceset_language

unstable since: 1.0

Declaration [src]

void
valent_resource_set_language (
  ValentResource* resource,
  const char* language
)

Description [src]

Set the language of resource to language.

Available since: 1.0

Parameters

language

Type: const char*

The new language.

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