Methods
(1) CreateLocalization
Request
Response
| Type | Name |
|---|
| Uint32 | localizedStringID |
(2) UpdateLocalization
Request
Response
This method does not return anything.
(3) DeleteLocalization
Request
| Type | Name |
|---|
| Uint32 | localizedStringID |
Response
This method does not return anything.
(4) GetNumberOfLocalizationContext
Request
This method does not take any parameters.
Response
| Type | Name |
|---|
| Uint32 | numberOfLocalizationContext |
(5) GetLocalizationContexts
Request
Response
(6) GetTranslatedStrings
Request
| Type | Name |
|---|
| Uint32 | localizedStringID |
Response
(7) GetTranslatedString
Request
Response
(8) LoadLocalizationFile
Request
| Type | Name |
|---|
| String | localizationFileContent |
| bool | onDuplicateKeyUpdate |
Response
This method does not return anything.
(9) GetLocalizationFileContent
Request
| Type | Name |
|---|
| List<String> | localizationContexts |
| char | delimiter |
Response
| Type | Name |
|---|
| String | localizationFileContent |
(10) DeleteAllLocalizationsInContext
Request
| Type | Name |
|---|
| String | localizationContext |
Response
This method does not return anything.
(11) DeleteLocaleCodeForPID
Request
Response
This method does not return anything.
Types
TranslatedString (Structure)
LocalizationArgList (Structure)