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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic string GetLocalizedString(
int stringId
)
Parameters
- stringId Int32
-
Return Value
String
See Also