Nabil Nawaz

Nabil Nawaz

  • NA
  • 200
  • 31.1k

Globalization Localization Asp Net MVc

Aug 1 2017 5:06 AM
hello guys.
i'm using Globalization and Localization in my Asp Net Mvc project.. i'm facing an issue in it.
the lables in my view. when these are marked through razor like
 
@Html.LabelFor(m=>m.Name) 
 
then after change to arabic it's change the name to arabic. but if i use traditional labels of HTML like
 
<label> Name* </label> 
 
then after selecting arabic the values of this lable is not changed to arabic ?
does not simple html markup supports globalization/localization in mvc ? 
 
kindly tell me how can i fix this ? 

Answers (3)