Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Resource strings View modes: 
User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 4/12/2013 4:13:39 PM
   
Resource strings
How can I get all of the resource strings in CMSResources/cms.resx to display in Site Manager>Development>UI Cultures? I want to be able to edit the strings within the UI vs. Visual Studio or another editor.

User avatar
Certified Developer 8
Certified Developer 8
Petr Dvorak - 4/13/2013 4:35:55 AM
   
RE:Resource strings
Strings in .resx are independent on those in UI Cultures (these strings are in database in CMS_ResourceString table). I dont think there is a possibility to automatically import them to the database, however you can create (copy) the required strings manually and they will override the default strings from the .resx files.

I would suggest not to modify the .resx files as it complicates Kentico upgrades.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 4/13/2013 5:19:14 AM
   
RE:Resource strings
Hello.

Petr is basically right. You would need to create their copy using API. You would need to parse physical resource file and create respective objects using the CMS.SiteProvider.UICultureInfoProvider class.

Best Regards,
Radek Macalik

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 4/13/2013 7:33:32 AM
   
RE:Resource strings
Simple enough answer. Thanks. Maybe something that could be added to a future version so a truly customizable interface could be created.