Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 495 Bytes

GlossaryTermTranslationCreateParameters.md

File metadata and controls

19 lines (12 loc) · 495 Bytes

Phrase::GlossaryTermTranslationCreateParameters

Properties

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

Code Sample

require 'Phrase'

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