Click or drag to resize

CefResourceBundleGetLocalizedString Method

Returns the localized string for the specified |string_id| or an empty string if the value is not found. Include cef_pack_strings.h for a listing of valid string ID values.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public string GetLocalizedString(
	int stringId
)

Parameters

stringId  Int32
 

Return Value

String
See Also