Localization
Specifying Locale
Via API
$.ajax({
url: "https://api.dev.medable.com/example/v2/c_my_object",
type: "GET",
contentType: "application/json; charset=UTF-8",
dataType : "json",
xhrFields: {
withCredentials: true
},
headers: {
"Accept-Language": "en-US",
"Medable-Client-Key": "GsAqlhnIMzrDeD8V2MBQWq"
}
});Within Scripts
Reading and Writing to a Localized String Property
Last updated
Was this helpful?