[]
        
(Showing Draft Content)

LanguagePackage

LanguagePackage

[GET] /admin/api/CustomLanguagePackage

Response

Status Code: 200

Success

LanguagePackageViewModel

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

Parameters

Name Type Located In
packageIdRequired string path

Response

Status Code: 200

Success

[POST] /admin/api/CustomLanguagePackage/upload

Response

Status Code: 200

Success

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

Parameters

Name Type Located In
displayNameRequired string path
sessionIdRequired string path

Response

Status Code: 200

Success

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

Parameters

Name Type Located In
languageCodeRequired string path
targetKeyRequired string path

Response

Status Code: 200

Success

LocalData

[GET] /api/officialLanguagePackage

Response

Status Code: 200

Success

LanguagePackageViewModel

[DELETE] /api/officialLanguagePackage/{packageId}

Parameters

Name Type Located In
packageIdRequired string path

Response

Status Code: 200

Success

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

Parameters

Name Type Located In
packageIdRequired string path

Response

Status Code: 200

Success

binary

Models

Ƭ LanguagePackageViewModel

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

Name Type Description Example
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
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 Description Example
nameSpaceNullable string
localeDataNullable Array<string>