[#tinyformat-format-0a] = xref:tinyformat.adoc[tinyformat]::format :relfileprefix: ../ :mrdocs: Format a bilingual string from a bilingual format string and its arguments. == Synopsis Declared in `<util/translation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... Args> xref:bilingual_str.adoc[bilingual_str] format( xref:util/BilingualFmt.adoc[util::BilingualFmt<sizeof...(Args)>] fmt, Args const&... args); ---- == Return Value A bilingual_str with the original and translated text formatted independently. == Parameters [cols="1,4"] |=== | Name| Description | *fmt* | The bilingual format string. | *args* | The format arguments, whose original/translated parts are selected per side. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#