| Package | Description |
|---|---|
| com.google.template.soy.internal.i18n |
Libraries for internationalization (i18n).
|
| Modifier and Type | Method and Description |
|---|---|
BidiFormatter.Builder |
BidiFormatter.Builder.alwaysSpan(boolean alwaysSpan)
Specifies whether the
BidiFormatter.spanWrap(java.lang.String, boolean, boolean) and BidiFormatter.spanWrapWithKnownDir(com.google.template.soy.data.Dir, java.lang.String, boolean, boolean) methods of the
BidiFormatter to be built should produce a stable span structure, i.e. |
BidiFormatter.Builder |
BidiFormatter.Builder.stereoReset(boolean stereoReset)
Specifies whether the BidiFormatter to be built should also "reset" directionality before a
string being bidi-wrapped, not just after it.
|