1FcGetDefaultLangs(3) FcGetDefaultLangs(3)
2
3
4
6 FcGetDefaultLangs - Get the default languages list
7
9 #include <fontconfig/fontconfig.h>
10
11 FcStrSet * FcGetDefaultLangs (void);
12
14 Returns a string set of the default languages according to the environ‐
15 ment variables on the system. This function looks for them in order of
16 FC_LANG, LC_ALL, LC_CTYPE and LANG then. If there are no valid values
17 in those environment variables, "en" will be set as fallback.
18
20 version 2.9.91
21
22
23
24Fontconfig 2.13.94 29 6月 2021 FcGetDefaultLangs(3)