[#BloombergLP-bdls-FdStreamBuf-imbue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FdStreamBuf.adoc[FdStreamBuf]::imbue :relfileprefix: ../../../ :mrdocs: Set the locale for this object. This method has no effect. The behavior is undefined unless the specified `locale` is the same as `bsl::locale()`. == Synopsis Declared in `<bdls_fdstreambuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void imbue(std::locale const& locale) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *locale* | locale to install; must be `bsl::locale()` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#