[]
        
(Showing Draft Content)

LanguagePackage

LanguagePackage

[GET] /admin/api/CustomLanguagePackage

Responses

[200] Success

LanguagePackageViewModel

Type: [text/plain], [application/json], [text/json]

[DELETE] /admin/api/CustomLanguagePackage/{packageId}

Parameters

Name In Type
packageIdRequired path string

Responses

[200] Success

[POST] /admin/api/CustomLanguagePackage/upload

Responses

[200] Success

[POST] /admin/api/CustomLanguagePackage/commit/{displayName}/{sessionId}

Parameters

Name In Type
displayNameRequired path string
sessionIdRequired path string

Responses

[200] Success

[GET] /language-resources/{languageCode}/{targetKey}

Parameters

Name In Type
languageCodeRequired path string
targetKeyRequired path string

Responses

[200] Success

LocalData

Type: [text/plain], [application/json], [text/json]

[GET] /api/officialLanguagePackage

Responses

[200] Success

LanguagePackageViewModel

Type: [text/plain], [application/json], [text/json]

[DELETE] /api/officialLanguagePackage/{packageId}

Parameters

Name In Type
packageIdRequired path string

Responses

[200] Success

[GET] /api/languagePackages/{packageId}/download

Parameters

Name In Type
packageIdRequired path string

Responses

[200] Success

binary

Type: [text/plain], [application/json], [text/json]

Models

Ƭ LanguagePackageViewModel

Represents a language package view model containing details about a language package.

Name Type Description
idNullable string Gets or sets the unique identifier of the language package.
lang-package-123
languageCodeNullable string Gets or sets the language code of the language package.
en-US
nameNullable string Gets or sets the name of the language package.
English Language Package
displayNameNullable string Gets or sets the display name of the language package.
English
publishTime ISO DateTime Sting Gets or sets the publish time of the language package.
2023-10-01T12:00:00
createdTime ISO DateTime Sting Gets or sets the created time of the language package.
2023-10-01T12:00:00
modifiedTime ISO DateTime Sting Gets or sets the modified time of the language package.
2023-10-01T12:00:00
versionNullable string Gets or sets the version of the language package.
1.0.0
productVersionNullable string Gets or sets the product version associated with the language package.
6
isOfficial Boolean Gets or sets a value indicating whether the language package is official.
true
isBuiltin Boolean Gets or sets a value indicating whether the custom language package is provided from official team.
true
published Boolean Gets or sets a value indicating whether the language package is published.
false
hasDraft Boolean Gets or sets a value indicating whether the language package has a draft.
true
hasMigrated Boolean Gets or sets a value indicating whether the language package has been migrated.
false
referenceLanguageNullable string Gets or sets the reference language of the language package.
en
uploadTime ISO DateTime Sting Gets or sets the upload time of the language package.
2023-10-01T12:00:00
uploadByNullable string Gets or sets the user who uploaded the language package.
admin

Ƭ LocalData

Name Type
nameSpaceNullable string
localeDataNullable Array<string>