419895ec6a49e0bfc2b4debd9be9cefce9019c56
[platform/upstream/fontconfig.git] / doc / FcGetDefaultLangs.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcGetDefaultLangs" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcGetDefaultLangs \- Get the default languages list
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcStrSet * FcGetDefaultLangs (void\fI\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns a string set of the default languages according to the environment variables on the system.
14 This function looks for them in order of FC_LANG, LC_ALL, LC_CTYPE and LANG then.
15 If there are no valid values in those environment variables, "en" will be set as fallback.
16 .SH "SINCE"
17 .PP
18 version 2.9.91