From professional translators, enterprises, web pages and freely available translation repositories.
lc_monetary for localeconv()
lc_monetary für localeconv()
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
example 1. localeconv() example
beispiel 1. localeconv() example
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this information can also be read with the localeconv() function.
diese informationen können ebenfalls mit der funktion localeconv() gelesen werden.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
lc_numeric for decimal separator (see also localeconv())
lc_numeric für das dezimal-trennzeichen (siehe auch localeconv())
Last Update: 2018-02-13
Usage Frequency: 2
Quality:
the localeconv() function returns a pointer to a struct lconv for the current locale.
the localeconv() function returns a pointer to a struct lconv for the current locale.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
the functions it declares are setlocale() to set the current locale, and localeconv() to get information about number formatting.
die funktionen, die deklariert werden, sind setlocale(), um die aktuelle locale zu setzen und localeconv(), um informationen über zahlenformate zu erhalten.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
changes the information returned by localeconv() which describes the way numbers are usually printed, with details such as decimal point versus decimal comma.
ändert die informationen, die von localeconv() zurückgegeben werden.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
the nl_langinfo() function provides access to locale information in a more flexible way than localeconv(3) does.
the nl_langinfo() function provides access to locale information in a more flexible way than localeconv(3) does.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
after program initialization, by using the values returned from a localeconv(3) call for locale-dependent information, by using the multi-byte and wide character functions for text processing if mb_cur_max > 1, and by using strcoll(3), wcscoll(3) or strxfrm(3), wcsxfrm(3) to compare strings.
after program initialization, by using the values returned from a localeconv(3) call for locale-dependent information, by using the multi-byte and wide character functions for text processing if mb_cur_max > 1, and by using strcoll(3), wcscoll(3) or strxfrm(3), wcsxfrm(3) to compare strings.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting