[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.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- messageId
- Type: System Int32
[Missing <param name="messageId"/> documentation for "M:Xilium.CefGlue.CefResourceBundleHandler.GetLocalizedString(System.Int32)"]
Return Value
Type: String[Missing <returns> documentation for "M:Xilium.CefGlue.CefResourceBundleHandler.GetLocalizedString(System.Int32)"]
See Also