Pular para o conteúdo principal

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;
ParameterTypeRequiredDefaultsDescription
valuestringtrueWord or sentence to translate

Basic Usage

SW.Application.Translation.get('Hello');