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

"culturesolanguage" MDO List

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

List of SuperOffice cultures with old-style SO Culture name in ExtraInfo. ( 1031, "German","GE" )

Implemented by the CultureSoLanguageProvider class. The name of the MDO list is 'culturesolanguage'.

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("culturesolanguage", 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
2052 Chinese CN
1029 Czech CZ
1030 Danish DA
1043 Dutch NL
1033 English US
1035 Finnish FI
1036 French FR
1031 German GE
2055 German CH
1040 Italian IT
1041 Japanese JP
1042 Korean KO
1044 Norwegian, Bokmål NO
1045 Polish PL
1046 Portuguese BR
1049 Russian RU
1034 Spanish SP
1053 Swedish SW
1058 Ukrainian UK
1066 Vietnamese VI

Related MDO Lists

  • "culturesolanguageheadings"
  • "culturesolanguageheadingswithallitem"
  • "culturesolanguageheadingswithallitemwithnoselection"
  • "culturesolanguageheadingswithnoselection"
  • "culturesolanguagewithallitem"
  • "culturesolanguagewithallitemwithnoselection"
  • "culturesolanguagewithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top