Home docs nex protocols LocalizationAdminProtocol (40)
Post

LocalizationAdminProtocol (40)

Methods

(1) CreateLocalization

Request

TypeName
StringlocalizationContext
StringlocalizationName
List<TranslatedString>translatedStrings

Response

TypeName
Uint32localizedStringID

(2) UpdateLocalization

Request

TypeName
Uint32localizedStringID
List<TranslatedString>translatedStrings

Response

This method does not return anything.

(3) DeleteLocalization

Request

TypeName
Uint32localizedStringID

Response

This method does not return anything.

(4) GetNumberOfLocalizationContext

Request

This method does not take any parameters.

Response

TypeName
Uint32numberOfLocalizationContext

(5) GetLocalizationContexts

Request

TypeName
ResultRangerange

Response

TypeName
List<String>localizationContexts

(6) GetTranslatedStrings

Request

TypeName
Uint32localizedStringID

Response

TypeName
List<TranslatedString>translatedStrings

(7) GetTranslatedString

Request

TypeName
LocalizationArgListlocalizationArgList
StringlocaleCode

Response

TypeName
TranslatedStringtranslatedString

(8) LoadLocalizationFile

Request

TypeName
StringlocalizationFileContent
boolonDuplicateKeyUpdate

Response

This method does not return anything.

(9) GetLocalizationFileContent

Request

TypeName
List<String>localizationContexts
chardelimiter

Response

TypeName
StringlocalizationFileContent

(10) DeleteAllLocalizationsInContext

Request

TypeName
StringlocalizationContext

Response

This method does not return anything.

(11) DeleteLocaleCodeForPID

Request

TypeName
PIDpid

Response

This method does not return anything.

Types

TranslatedString (Structure)

TypeName
Stringm_localeCode
Stringm_translation

LocalizedString (Structure)

TypeName
Stringm_localizationContext
Stringm_localizedStringName
List<TranslatedString>m_translatedStrings

LocalizationArg (Structure)

TypeName
Stringm_key
Stringm_value

LocalizationArgList (Structure)

TypeName
Stringm_localizationContext
Stringm_localizedStringName
List<LocalizationArg>m_arguments
Contents