#pragma once
using namespace std;

class DescFormatter
{
public:
	virtual wstring format(const wstring& i18nValue);
};