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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.