OneEntry Platform 2.0.1 Help

Localized content

Most OneEntry entities, such as pages, products, forms, etc., support localization. SDK and API return sets of data in the form of localization dictionaries, where the key is the language code, such as en_US.

To get the required set, use the following code:

val order: CreatedOrder = ... val localizedFormData = order.formData["en_US"]
let order: CreatedOrder = try await ... let localizedFormData = order.formData["en_US"]
Last modified: 18 February 2025