DataAnnotationsModelValidator.GetLocalizedString(String, Object[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取特定字符串的已本地化版本。
protected:
System::String ^ GetLocalizedString(System::String ^ name, ... cli::array <System::Object ^> ^ arguments);
protected string GetLocalizedString (string name, params object[] arguments);
member this.GetLocalizedString : string * obj[] -> string
Protected Function GetLocalizedString (name As String, ParamArray arguments As Object()) As String
参数
- name
- String
要本地化的字符串。
- arguments
- Object[]
参数数组。
返回
字符串的已本地化版本。