biuan SAP® BUSINESS ONE SDK
DTW Administration / System Initialization / User Languages
API User Languages

Description

The UserLanguages object represents the languages setup and enables to define new languages or modify the exisiting ones.

Source table: OLNG.

Object Model

Remarks

Mandatory properties: LanguageShortName, LanguageFullName, and RelatedSystemLanguage.

To display the form in the application:

  1. Select Administration --> System Initialization -->Company Details -->Basic Initialization tab.
  2. Select the Multi-Language Support check box, then click the Update button.
  3. Select Administration --> Setup -->General -->Languages.

See Also

SAP® B1 DI-API C# definition

public class UserLanguagesClass : IUserLanguages, UserLanguages { public virtual DataBrowser Browser { get; } public virtual int Code { get; } public virtual string LanguageFullName { get; set; } public virtual string LanguageShortName { get; set; } public virtual int RelatedSystemLanguage { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern UserLanguagesClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lCode); public virtual extern int Remove(); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates