Click or drag to resize

RecroDictAddOrReplace Method

Add or replace.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public static void AddOrReplace(
	string scope,
	string stringId,
	string str,
	string language
)

Parameters

scope
Type: SystemString
The scope.
stringId
Type: SystemString
The stringId.
str
Type: SystemString
The string.
language
Type: SystemString
The language.
Remarks
A szótár elem az alapértelmezett és aktuális nyelvhez.
See Also