has_font_changed#

omni.kit.language.core.scripts.has_font_changed(locale_id: str) bool#

Compares default_locale_id with locale_id and returns True/False.

Parameters:

locale_id (str) – EG. “en_US”

Returns:

True is locale info is different to current locale info (bool)