CefResourceBundleHandler GetLocalizedString Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Called to retrieve a localized translation for the string specified by |message_id|. To provide the translation set |string| to the translation string and return true. To use the default translation return false. Supported message IDs are listed in cef_pack_strings.h.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual string GetLocalizedString(
	int messageId
)

Parameters

messageId
Type: OnlineSystem Int32

[Missing <param name="messageId"/> documentation for "M:Xilium.CefGlue.CefResourceBundleHandler.GetLocalizedString(System.Int32)"]

Return Value

Type: OnlineString

[Missing <returns> documentation for "M:Xilium.CefGlue.CefResourceBundleHandler.GetLocalizedString(System.Int32)"]

See Also