1#ifndef TAG_PARSER_LOCALEAWARESTRING_H
2#define TAG_PARSER_LOCALEAWARESTRING_H
20 const Locale &locale()
const;
The LocaleAwareString class is a standard string with locale information (languages,...
const Locale & locale() const
Returns the associated locale.
LocaleAwareString(const std::string &value=std::string())
Constructs a new LocaleAwareString from the specified standard string.
~LocaleAwareString()
Destroys the instance.
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.
Contains all classes and functions of the TagInfo library.
The Locale struct specifies a language and/or a country using one or more LocaleDetail objects.