This class handles requests for internationalization. It uses the L10NSharp LocalizationManager to look up values.
Example #1
0
 private bool ProcessI18N(string localPath, IRequestInfo info)
 {
     lock (I18NLock)
     {
         return(I18NHandler.HandleRequest(localPath, info, CurrentCollectionSettings));
     }
 }