[#BloombergLP-bdlde-Utf8CheckingInStreamBufWrapper-imbue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8CheckingInStreamBufWrapper.adoc[Utf8CheckingInStreamBufWrapper]::imbue :relfileprefix: ../../../ :mrdocs: If `sb` is the name of the `streambuf` held by this object, set `sb` to the specified `locale` as though `sb.pubimbue(locale)` had been called. If this object does not hold a `streambuf`, this method has no effect. Note that this function is forwarded to by the public method `pubimbue` in the base class. == Synopsis Declared in `<bdlde_utf8checkinginstreambufwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void imbue(std::locale const& locale) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#