System.Globalization Schema
Provides support for localized strings and resources.
| View | Description |
|---|---|
|
Stores properties for all locales available to localized strings and resources. | |
|
Stores localized resources, such as icons or bitmaps. The same resource identifier appears multiple times for each language in which it is localized. | |
|
Stores localized strings. The same string identifier appears multiple times for each language in which it is localized. |
| Function | Description |
|---|---|
|
Returns a formatted string based on the string template and one substitution string. | |
|
Returns a formatted string based on the string template and 10 substitution strings. | |
|
Returns a formatted string based on the string template and two substitution strings. | |
|
Returns a formatted string based on the string template and three substitution strings. | |
|
Returns a formatted string based on the string template and four substitution strings. | |
|
Returns a formatted string based on the string template and five substitution strings. | |
|
Returns a formatted string based on the string template and six substitution strings. | |
|
Returns a formatted string based on the string template and seven substitution strings. | |
|
Returns a formatted string based on the string template and eight substitution strings. | |
|
Returns a formatted string based on the string template and nine substitution strings. | |
|
Returns the best matching localized resource, or null if there is no match. | |
|
Returns the best matching localized string, or null if there is no match. | |
|
Returns the locale identifier for the current database session. This information is used by the [System.Globalization].[SessionsResource] and [System.Globalization].[SessionsString] functions. | |
|
Returns the best matching localized resource for the current database session, or null if there is no match. | |
|
Returns the best matching localized string for the current database session, or null if there is no match. |
| Table | Description |
|---|---|
|
Stores properties for all locales available to localized strings and resources. | |
|
Stores localized resources, such as icons or bitmaps. The same resource identifier appears multiple times for each language in which it is localized. | |
|
Stores localized strings. The same string identifier appears multiple times for each language in which it is localized. |