LocalesResource Function (System.Globalization Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Returns the best matching localized resource, or null if there is no match.
[System.Globalization].[LocalesResource] ( @resource, @folder, @desiredLocale )
Arguments
@resource
Type: [System.Globalization].[ResourceId]. The resource identifier to use in the search.
@folder
Type: [Repository.Item].[FolderId]. The Modeling Services Folder associated with the target resource.
@desiredLocale
Type: [System.Globalization].[LocaleId]. The locale identifier that specifies the requested language of the target resource.
Return Types
varbinary(max)