Click or drag to resize

CefResourceBundleHandlerGetLocalizedString Method

Called to retrieve a localized translation for the specified |string_id|. To provide the translation set |string| to the translation string and return true. To use the default translation return false. 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool GetLocalizedString(
	int stringId,
	out string value
)

Parameters

stringId
Type: SystemInt32
value
Type: SystemString

Return Value

Type: Boolean
See Also