dissect.target.plugins.os.windows.locale¶
Module Contents¶
Classes¶
Windows locale plugin. |
Attributes¶
- dissect.target.plugins.os.windows.locale.WindowsKeyboardRecord¶
- class dissect.target.plugins.os.windows.locale.WindowsLocalePlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugins.os.default.locale.LocalePluginWindows locale plugin.
- LANG_DICT¶
- check_compatible() None¶
Perform a compatibility check with the target.
This function should return
Noneif the plugin is compatible with the current target (self.target). For example, check if a certain file exists. Otherwise it should raise anUnsupportedPluginError.- Raises:
UnsupportedPluginError – If the plugin could not be loaded.
- timezone() str | None¶
Get the configured timezone of the system in IANA TZ standard format.
- language() str | None¶
Get a list of installed languages on the system.
- keyboard() collections.abc.Iterator[WindowsKeyboardRecord]¶
Yield records of installed keyboards on the system.