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
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.