OCL.

SetLocalization(object, SystemLanguage, object) Method

Summary

Generic version of SetLocalization. Set the 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(object id, SystemLanguage language, object translation)

Parameters

Name Type Description
id object
language SystemLanguage
translation object

Return Value

Type Description
void