I want to make a UserControl for simple CRUD operations.
Eg. creating a new user. The control will consist of labels and textboxes.
Is it possible to translate my labels depending on the websites languages?
I have made some translations in "Files\Templates\Translations.xml", but my UserControl woun't render template tags
<!--@Translate(UserName, "Brugernavn", global)-->