malak laghoz

malak laghoz

  • NA
  • 66
  • 6.5k

all message of validation in french aspnet mvc

Jul 24 2018 4:38 AM
hi all, please how to make my message of validation all in french instead of the English in aspnet mvc

Answers (2)

1
Shweta Lodha

Shweta Lodha

  • 20
  • 48.5k
  • 4.2m
Jul 24 2018 5:35 AM
Hi malak,
You have to create seperate resource file for french. Here is the sample code: http://www.wideskills.com/aspnet/globalization-and-localization 
1
Jignesh Kumar

Jignesh Kumar

  • 33
  • 37.8k
  • 2.8m
Jul 24 2018 5:33 AM
You need add .resx(resource) file for multilangual application. you can refer this link for the same
 
https://www.c-sharpcorner.com/UploadFile/2ed7ae/multilingual-mvc-application-with-customized-js-bundles-base/