[#bsl-basic_syncbuf-imbue] = xref:bsl.adoc[bsl]::xref:bsl/basic_syncbuf.adoc[basic_syncbuf]::imbue :relfileprefix: ../../ :mrdocs: Changes translations. == Synopsis Declared in `<bslstl_syncbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void imbue(locale const& __loc); ---- == Description Translations done during I/O which depend on the current locale are changed by this call. The standard adds, _Between invocations of this function a class derived from streambuf can safely cache results of calls to locale functions and to members of facets so obtained._ [NOTE] ==== Base class version does nothing. ==== == Parameters [cols="1,4"] |=== | Name| Description | *__loc* | A new locale. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#