LocalizationExtenderProvider.SetLocalizable(Object, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a value indicating whether the specified object supports localized resources.
public:
void SetLocalizable(System::Object ^ o, bool localizable);
public void SetLocalizable (object o, bool localizable);
member this.SetLocalizable : obj * bool -> unit
Public Sub SetLocalizable (o As Object, localizable As Boolean)
Parameters
- o
- Object
The base component to set as localizable or not localizable.
- localizable
- Boolean
true
if the object supports resource localization; otherwise, false
.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา