[#util-BilingualFmt-2constructor] = xref:util.adoc[util]::xref:util/BilingualFmt.adoc[BilingualFmt]::BilingualFmt :relfileprefix: ../../ :mrdocs: Build a bilingual format string from a translatable literal. == Synopsis Declared in `<util/translation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval BilingualFmt(xref:util/TranslatedLiteral.adoc[TranslatedLiteral] l); ---- == Parameters [cols="1,4"] |=== | Name| Description | *l* | The literal providing both the format string and its translation. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#