Click or drag to resize

AppStringsRemoveLangStrings Method

Removes langstrings from appstring objects except for the provided language. If not langstring is found for the language, the langstring for the default language is maintained.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void RemoveLangStrings(
	int keepLanguageId
)

Parameters

keepLanguageId
Type: SystemInt32
See Also