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