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 protected virtual bool GetLocalizedString(
int stringId,
out string value
)
Parameters
- stringId
- Type: SystemInt32
- value
- Type: SystemString
Return Value
Type:
BooleanSee Also