Share via


ProductManager.SetResourceLanguage(String) Method

Definition

Sets the current resource language.

public:
 void SetResourceLanguage(System::String ^ resourceLanguage);
public void SetResourceLanguage (string resourceLanguage);
member this.SetResourceLanguage : string -> unit
Public Sub SetResourceLanguage (resourceLanguage As String)

Parameters

resourceLanguage
String

The resource language to set for the current ProductManager instance.

Exceptions

InvalidOperationException

The resource file for the specified resourceLanguage was not found.

Applies to