• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"language" MDO List

Some tooltip text!
• 1 minute to read
 • 1 minute to read

Implemented by the LanguageProvider class. The name of the MDO list is 'language'.

Sample Request

GET /api/v1/MDOList/language
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("language", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
1 Norwegian no
2 English en
3 Swedish sv
4 Danish da
5 German de
6 Dutch nl
7 Czech cs
8 French fr
9 Italian it
10 Spanish es
11 Finnish fi
12 Polish pl
13 Russian ru
14 Chinese zh
15 Ukrainian uk
16 Korean ko
17 Brazilian Portuguese br
18 Vietnamese vi
19 Swiss German ch

Related MDO Lists

  • "languageheadings"
  • "languageheadingswithallitem"
  • "languageheadingswithallitemwithnoselection"
  • "languageheadingswithnoselection"
  • "languagewithallitem"
  • "languagewithallitemwithnoselection"
  • "languagewithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top