Blame doc/FcGetDefaultLangs.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcGetDefaultLangs" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcGetDefaultLangs \- Get the default languages list
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcStrSet * FcGetDefaultLangs (void\fI\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Returns a string set of the default languages according to the environment variables on the system.
Packit 352660
This function looks for them in order of FC_LANG, LC_ALL, LC_CTYPE and LANG then.
Packit 352660
If there are no valid values in those environment variables, "en" will be set as fallback.
Packit 352660
.SH "SINCE"
Packit 352660
.PP
Packit 352660
version 2.9.91