Dynamicweb 8 Documentation
UpdateLanguage Method
Example 

The new language ID.
The old language ID.
Updates the language ID of shippings. If parameter OldLanguageID is specified the update will affect only suitable records
Syntax
'Declaration
 
Public Shared Sub UpdateLanguage( _ 
   ByVal NewLanguageID As String, _ 
   ByVal OldLanguageID As String _ 
) 
public static void UpdateLanguage( 
   string NewLanguageID,
   string OldLanguageID 
)

Parameters

NewLanguageID
The new language ID.
OldLanguageID
The old language ID.
Example
public static void changeLanguage(String languageID) 
{
    Shipping.UpdateLanguage( languageID, "" );
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Shipping Class
Shipping Members

Send Feedback