IsValidLanguageResource()

Namespace ›› System ›› MfResourceManager ›› Methods ››
Parent Previous Next

IsValidLanguageResource()

OutPutVar := instance.IsValidLanguageResource(lang)

IsValidLanguageResource(lang)

Test to see if a resource file can be found for a given language at predefined locations.

Parameters

lang

The language to check for such as "en-US"

Returns

Returns true if the resource file if found otherwise false.

Remarks

Static Method
Valid Resource paths are in the following locations.

There is an option to set a Super Global in your project that takes the highest priority for the location of Mini-Framework resources.
See MfEnvironment.ResourceFolder for details.


{Script Folder}\Lib\Mini_Framwork\0.4\Core\Resource
{Script Folder}\Lib\System\Resource
{Script Folder}\Lib\Resource
{Script Folder}\Lib\Resources
{Script Folder}
{Program Files}\AutoHotkey\Lib\Mini_Framwork\0.4\System\Resource
Resource Path set by Mini-Framework installer usually the same as the previous line
{Path set by AutoHotkey installer}\lib\Mini_Framwork\0.4\System\Resource
{My Documents}\AutoHotkey\Lib\Mini_Framwork\0.4\System\Resource


Resource file are named in the format of MfResource_Core_en-US.dll where en-US is Substituted for the language being checked for by the lang parameter