ProfileOperations.SetUsdLanguageTranslations(String, String, 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 translation nodes.
public:
void SetUsdLanguageTranslations(System::String ^ orgLCID, System::String ^ userLCID, System::String ^ translatorXmlData);
public void SetUsdLanguageTranslations (string orgLCID, string userLCID, string translatorXmlData);
member this.SetUsdLanguageTranslations : string * string * string -> unit
Public Sub SetUsdLanguageTranslations (orgLCID As String, userLCID As String, translatorXmlData As String)
Parameters
- orgLCID
- String
Specifies the organization locale ID.
- userLCID
- String
Specifies the user locale ID.
- translatorXmlData
- String
Specifies the translator data.