Method New
New(string)
Creates a new dictionary with given key language (the one which is used to write the original texts).
Declaration
public void New(string keyLanguageCode)
Parameters
Type | Name | Description |
---|---|---|
string | keyLanguageCode | Key language (see remarks) |
Remarks
A dictionary only supports one-way translations from some language, namely key language, to other available languages. There is no way to get translations from any other than key language.
Exceptions
Type | Condition |
---|---|
Sdk2Exception | If fails to write file. |