Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 525 Bytes

File metadata and controls

18 lines (13 loc) · 525 Bytes

FallbackLocalTextSource.Add method

namespace: Serenity.Localization   assemblySerenity.Net.Core

Adds a local text entry to the registry

public void Add(string languageID, string key, string text)
parameter description
languageID Language ID (e.g. en-US, tr-TR)
key Local text key
text Translated text

See Also