basic_streambuf::getloc

To get the locale.

locale getloc() const;

Remarks

If pubimbue has already been called, it returns the last value of loc supplied; otherwise the current one. If pubimbue has been called but has not returned a value from imbue, it then returns the previous value.