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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual bool GetLocalizedString(
int stringId,
out string value
)
Parameters
- stringId Int32
-
- value String
-
Return Value
Boolean
See Also