#pragma once class DescFormatter { public: virtual std::wstring format(const std::wstring& i18nValue); };