共用方式為


StringLocalizerProviders.DataAnnotationStringLocalizerProvider 屬性

定義

取得或設定字串當地語系化工具提供者以進行全球化。

public:
 static property System::Web::Globalization::IStringLocalizerProvider ^ DataAnnotationStringLocalizerProvider { System::Web::Globalization::IStringLocalizerProvider ^ get(); void set(System::Web::Globalization::IStringLocalizerProvider ^ value); };
public static System.Web.Globalization.IStringLocalizerProvider DataAnnotationStringLocalizerProvider { get; set; }
static member DataAnnotationStringLocalizerProvider : System.Web.Globalization.IStringLocalizerProvider with get, set
Public Shared Property DataAnnotationStringLocalizerProvider As IStringLocalizerProvider

屬性值

字串當地語系化工具提供者的介面。

適用於