Group: Forum Members
Last Active: Wed 22 Jul 2020
Posts: 153,
Visits: 874
|
In backend is possible to insert new strings to be translated in various language used by the site. This would be really useful for customization work I'm doing but I don't know how can I use that strings in my pages using a syntax similar to this:
<asp:Literal ID="..." runat="server" Text="<%$ Resources: ContactUs, ContentText_AddressAndPhoneContact %>" />
having that new records added in tblKartrisLanguageStrings have NULL LS_className?
|