Method

XemeLocalizedStringset_language

unstable since: 0.1

Declaration [src]

void
xeme_localized_string_set_language (
  XemeLocalizedString* l10nstr,
  const char* lang
)

Description [src]

Sets the language for a string.

Available since: 0.1

Parameters

lang

Type: const char*

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