Page.UICulture プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ページに関連付けられている 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グローバリゼーション要素の プロパティの値を明示的に設定することもできます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET