Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 517 Bytes

GlossaryTermTranslationUpdateParameters.md

File metadata and controls

19 lines (12 loc) · 517 Bytes

Phrase::GlossaryTermTranslationUpdateParameters

Properties

Name Type Description Notes
locale_code String Identifies the language for this translation [optional]
content String The content of the translation [optional]

Code Sample

require 'Phrase'

instance = Phrase::GlossaryTermTranslationUpdateParameters.new(locale_code: en-US,
                                 content: My translated term)