OCL.

SetLocalization(string, SystemLanguage, string) Method

Summary

Set the string translation for id and language. Has no effect if language is not in GetLanguages. Use AddLanguage to add a new language.
Namespace
OneClickLocalization
Containing Type
OCL

Syntax

public static void SetLocalization(string stringId, SystemLanguage language, string translation)

Parameters

Name Type Description
stringId string
language SystemLanguage
translation string

Return Value

Type Description
void