Translation
get
Description
This method can be used to get the translation of some words or sentences.
Method(s)
1 declare function get(value: string): string;
| Parameter | Type | Required | Defaults | Description |
|---|---|---|---|---|
value | string | true | Word or sentence to translate |
Basic Usage
SW.Application.Translation.get('Hello');