IResourceLocale

Assembly: IO;

Description

The IResourceLocale interface contains tools that are used to work with resource editor language.

Inheritance Hierarchy

          IResourceLocale

Comments

To work with the languages collection, use the IResourceLocales interface.

Properties

  Property name Brief description
Binaries

The Binaries property returns the collection of images of the resource editor for the specified language.
Id

The Id property returns identifier of the language of the resource editor.
IsCurrent

The IsCurrent property determines whether the language is the current translation language.
IsDefault

The IsDefault property determines whether the current language is a default resource language.
Key

The Key property gets key of the resource editor language.
Strings

The Strings property returns the collection of strings of the resource editor for the specified language.

See also:

IO Assembly Interfaces