if (!String.IsNullOrEmpty(Model.Product.Description))
{
Here is the translation to English:
A perfect balance of sweet and bitter made with 100% Seville oranges. The fine slices of orange peel add a unique touch of orange.Traditionally enjoyed at breakfast, it is the perfect start to any morning, although we recommend using it as a topping for a steamed cake.
}
if (!String.IsNullOrEmpty(Model.Product.LargeDescription))
{
}
Translated automatically