Add "system text" programmatically

How to add programmatically “system text”? In Litium back-office, it can be done from:

Settings>>System settings>> System texts

I want to use this text for the name of a custom panel that I added to a project.


Litium version: [5.6.10]

Litium.Foundation.Solution.Instance.SystemStrings.SetString(…)

Thanks, also, is there any class to add these strings as properties as we have for example in WebsiteStrings?

There is no class for that like WebsiteStrings.

Ok, thanks for your help.