1#pragma once 2using namespace std; 3 4class DescFormatter 5{ 6public: 7 virtual wstring format(const wstring& i18nValue); 8};