Label.createLabelFile Method

Creates a label file for a specified label ID.

Syntax

public boolean createLabelFile(str module, str language)

Run On

Called

Parameters

  • module
    Type: str
    A string data type that specifies a three-letter label file ID.
  • language
    Type: str
    A string data type that specifies a language by using a language prefix.

Return Value

Type: boolean
true if a file is created; otherwise, false.

Remarks

The label file is created after the file buffers are flushed to disk, which occurs when the server closes.

See Also

Reference

Label Class