
var custom_label_map = {
"English" : {
}
,
"German" : {
}
};

function GetCustomLabel(name)
{
	return custom_label_map[current_language][name];
}
