[cups-devel] The cups API - Localizing options and values

Nilanjana Lodh <[email protected]> Thu, 29 Jun 2017 11:42:58 +0530
Newsgroups gmane.comp.printing.cups.devel
Message-ID <CAOwxn-Spiy_Vz0Kc+URjNQp1J5DEsMePnVmBF7muxnfS4G-o3Q@mail.gmail.com>
Hi everyone,

I was going through the new CUPS Programming manual, and I see a few
functions regarding 'localization' of options and values:
However, I am not able to clearly understand what 'localization' means in
this context. DIdn't find any example, too. Would be great if someone could
help me out in understanding this!

const char *cupsLocalizeDestOption (
    http_t <https://www.cups.org/doc/cupspm.html#http_t> *http,
    cups_dest_t <https://www.cups.org/doc/cupspm.html#cups_dest_t> *dest,
    cups_dinfo_t <https://www.cups.org/doc/cupspm.html#cups_dinfo_t> *dinfo,
    const char *option
);



Thanks and regards,

Nilanjana Lodh