when we add this code the localization works normally on the development environment and does not work on the deployment one
if (hostingEnvironment.IsDevelopment()) { options.FileSets.ReplaceEmbeddedByPhysical<EquipmentSharingAuthServerModule>(hostingEnvironment.ContentRootPath); }
and when it is removed, the localization does not work for either development or deployment
hi,
We've followed the community article and still can't seem to find where we are going wrong.
The localization works normally at the development side but when we publish at the production, the localization does not work !!
what if I wanted to do my changes at server side not JavaScript?
it worked, thanks!
i need a clarification, what should be modified at my datatable?