I am using Services.SectionService.MakeNew inside a IPackageAction, but always get [] until I update the the section in en.xml file, is there a way to do this automatically? I am guessing it it something to do with the TextService, but can't find much about it.
Square Brackets for admin application
I am using Services.SectionService.MakeNew inside a IPackageAction, but always get [] until I update the the section in en.xml file, is there a way to do this automatically? I am guessing it it something to do with the TextService, but can't find much about it.
I did this by writing a little method to handle it, don't know if it is the right way, but it works.
This is called like this
UpdateLocale("/umbraco/Config/Lang/en.xml");
is working on a reply...