Method: Xliff::File#datatype
- Defined in:
- lib/xliff/file.rb
#datatype ⇒ String (readonly)
The type of data represented
There are a variety of programming languages that can be represented by the XLIFF spec. Defaults to ‘plaintext`.
35 36 37 |
# File 'lib/xliff/file.rb', line 35 def datatype @datatype end |