Page.UICulture プロパティ

定義

ページに関連付けられている Thread オブジェクトのユーザー インターフェイス (UI: User Interface) 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 ショートカットです。 カルチャは、実行中のスレッドのプロパティです

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

適用対象

こちらもご覧ください