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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.