ProductManager.SetResourceLanguage(String) 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 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.