Page.UICulture プロパティ

定義

ページに関連付けられている Thread オブジェクトのユーザー インターフェイス (UI) ID を設定します。

protected:
 property System::String ^ UICulture {  void set(System::String ^ value); };
public:
 property System::String ^ UICulture { System::String ^ get(); void set(System::String ^ value); };
protected string UICulture { set; }
[System.ComponentModel.Browsable(false)]
public string UICulture { get; set; }
member this.UICulture : string
[<System.ComponentModel.Browsable(false)>]
member this.UICulture : string with get, set
Protected Property UICulture As String
Public Property UICulture As String

プロパティ値

UI ID。

属性

注釈

このプロパティは、 CurrentThread プロパティのショートカットです。 カルチャは、実行中のスレッドのプロパティです

.aspx ファイルの UICulture ディレクティブで属性を設定します。 ページが要求されると、動的に生成されるクラスによってこのプロパティの値が設定されます。 また、Web.config ファイルのUICultureで、 プロパティの値を明示的に設定することもできます。

適用対象

こちらもご覧ください