FindById(Id: String): IResourceLocale;
Id. Language identifier.
The FindById method searches for resource language by the specified identifier.
As a value of the Id parameter specify 2-letter language code according to the ISO 639-1 standard. This value can be obtained by using the TwoLetterISOLanguageName property.
If a language with the specified identifier is not found, the method returns Null.
See also: