Return whether a locale-specific formatting flag was parsed.
Declared in <bslfmt_formatspecificationparser.h>
constexpr
bool
localeSpecificFlag() const;
Return true if parsing detected a locale-specific formatting flag in the specification, otherwise return false. If parse has not previously been called throw a format_error exception.
true if the locale-specific flag was present, else false