ios_base::imbue
Changes the locale.
locale imbue(
const locale& _Loc
);
- _Loc
The new locale setting.
The previous locale.
The member function stores _Loc in the locale object and then reports the callback event and imbue_event. It returns the previous stored value.
See basic_ios::imbue for a sample.
Header: <ios>
Namespace: std