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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public string GetLocalizedString(
	int stringId
)

Parameters

stringId
Type: SystemInt32

Return Value

Type: String
See Also