(* Options: Date: 2025-09-14 00:09:51 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://doapigw.baasbv.nl/api //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetSpecificLanguageTranslations.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace IDB.API.DTO.Globalization open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Drawing [] type GetSpecificLanguageTranslations() = interface IReturn>> member val Culture:String = null with get,set