Strings View (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.]
Stores localized strings. The same string identifier appears multiple times for each language in which it is localized.
Fields
The following table lists the fields in the Strings view.
Column | Type | Required | Description |
---|---|---|---|
Id |
nvarchar(2083) |
yes |
An identifier for the localized string. |
Folder |
int |
yes |
The Modeling Services Folder associated with the localized string. References the [Repository.Item].[Folders] view. |
Locale |
nvarchar(85) |
yes |
An identifier that specifies the language of the localized string. References the [System.Globalization].[Locales] view. |
String |
nvarchar(max) |
yes |
The localized string value. |