Locales client
A locale is a culture code that consists of a two-letter language code and a two-letter region code. A content item can be assigned a locale or it can have no locale (that is, have a null locale). A content item is uniquely identified by its ID and locale value (either language-region code or null value): two content items cannot have the same ID and the same locale value. A content item and a localization might have the same ID, but their locales will differ.
|
Method |
Description |
|---|---|
|
|
Retrieves the locales. |
|
|
Retrieves a locale with a specific ID. |
|
|
Creates a new locale. |
|
|
Updates the name of a specific locale. |
|
|
Deletes a specific locale. |
|
|
Retrieves a list of supported locales. |
The following example illustrates these methods: