Localization: Adding a Custom Language Pack
lang_id
Language
// Editing the button text
OzLiveness.add_lang('en', {
action_photo_button: 'Take a photo'
});OzLiveness.open({
lang: 'es', // the identifier of the needed language
...
});Last updated
Was this helpful?
