How to get a value from resource file using its key

前端 未结 5 1089
渐次进展
渐次进展 2021-01-11 23:55

How to get a value from resource file using its key

5条回答
  •  独厮守ぢ
    2021-01-12 00:31

    In .cs file type your localization namespace:

       Localization.Resources.KeyName
    

    Easy and fast :)

提交回复
热议问题