Use the
In the first parameter (source), specify the source for the translatable string. This must be in the standard JADE format, as follows.
string-name optional-parameter-list = translatable-string-expression
The optional parameter list contains one or more parameter name identifiers, separated by commas and enclosed in parentheses.
The translatable string expression consists of string literals, global constant names, and translatable string identifiers concatenated with the ampersand (&) operator. You can use white space characters (that is, space, tab, and CrLf) between tokens, as these are ignored. You can also include line comments (//) and stream comments (/* */).
If the source includes a translatable string identifier, the embedded string must also exist.
The process must be in transaction state before the
The caller is responsible for committing successful updates.
This method returns false if the addition was successful and it returns true if an error was located and the transaction was aborted. The error details are returned in the second, third, and fourth parameters of the method (that is, errorCode, errorOffset, and errorLength, respectively). The token (if any) in the source string where the error was detected is found at the value of the errorOffset parameter for the value of the errorLength parameter.
You can use the