hello there ,
i'm working with application where user can define (or build) forms in run time and part of fields creation process is define resource key (and subsequently the translations to our supported languages),
thanks to I18nText indexer we can render the user-defined form successfully, the issue here i'm writing about is how do we add the newly crated resource key and their translation while the application in production environment ??
as i reviewed the package (Toolbelt.Blazor.I18nText) tow steps are required :
adding the translation in JSON files
rebuild the project (which will run Toolbelt.Blazor.I18nText.CompileTask).
please correct me if i get this in wrong way.
so how to preform step 2 on production environment where there is no visual studio ???
-- i m looking for guidance if this out of your plan
hello there , i'm working with application where user can define (or build) forms in run time and part of fields creation process is define resource key (and subsequently the translations to our supported languages), thanks to I18nText indexer we can render the user-defined form successfully, the issue here i'm writing about is how do we add the newly crated resource key and their translation while the application in production environment ?? as i reviewed the package (Toolbelt.Blazor.I18nText) tow steps are required :
so how to preform step 2 on production environment where there is no visual studio ???
-- i m looking for guidance if this out of your plan