DataAccessStringId Enum
Contains values corresponding to strings that can be localized for a Data Access application.
Namespace: DevExpress.DataAccess.Localization
Assembly: DevExpress.DataAccess.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
SkipWithoutSortingPropertyGridError
|
Default value: âThe SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records or reset the SKIP setting in the Filter Editor dialog.â |
PositiveIntegerError
|
Default value: âOnly non-negative numeric values are allowed.â |
MessageDuplicateItem
|
Default value: âThe collection already contains the â{0}â itemâ |
MessageInvalidItemName
|
Default value: âItem name cannot be null or an empty stringâ |
MessageDuplicateItemName
|
Default value: âThis collection already contains an item with the â{0}â nameâ |
MessageEmptyQueryName
|
Default value: âThe query name cannot be empty.â |
MessageDuplicateQueryName
|
Default value: âA query with the specified name already exists: {0}.â |
MessageNullItem
|
Default value: âCannot add a null value to the collectionâ |
MessageWrongCharacterItemName
|
Default value: âItem name â{0}â contains wrong charactersâ |
DefaultNameDataSource
|
Default value: âData Sourceâ |
ConnectingToDatabaseCaption
|
Default value: âPlease waitâ |
ConnectingToDatabaseMessage
|
Default value: âConnecting to the database â |
LoadingDataPanelText
|
Default value: âLoading Dataâ¦â |
LoadingDataSourcePanelText
|
Default value: âLoading data sourceâ |
LoadingDataSourcePanelCounter
|
Default value: â{0} of {1}â¦â |
EmptyColumnAliasPattern
|
Default value: âColumn{0}â |
PropertyGridDataCategoryName
|
Default value: âDataâ |
PropertyGridDesignCategoryName
|
|
PropertyGridBehaviorCategoryName
|
Default value: âBehaviorâ |
PropertyGridConnectionCategoryName
|
Default value: âConnectionâ |
QueryPropertyGridCommonCategoryName
|
Default value: âCommonâ |
QueryPropertyGridTableSelectionCategoryName
|
Default value: âTable Selectionâ |
QueryPropertyGridStoredProcCategoryName
|
Default value: âStored Procedureâ |
QueryPropertyGridCustomSqlCategoryName
|
Default value: âCustom SQLâ |
RelationEditorRelationTypeInnerJoin
|
Default value: âInner joinâ |
RelationEditorRelationTypeLeftOuterJoin
|
Default value: âLeft outer joinâ |
RelationEditorRelationTypeRightOuterJoin
|
|
RelationEditorRelationTypeFullOuterJoin
|
|
RelationEditorRelationTypeMasterDetail
|
Default value: âMaster-detail relationâ |
QueryDesignerJoinExpressionPattern
|
Default value: â{0} on {1}â |
QueryDesignerJoinExpressionElementSeparator
|
Default value: â, â |
QueryDesignerJoinTooltipPattern
|
Default value: â[{0}] {1} join [{2}] on {3}â |
MessageWrongCharacterParameterName
|
Default value: âParameter name â{0}â contains wrong charactersâ |
ConnectionStringPostfixServerExplorer
|
Default value: â (from the Server Explorer)â |
ConnectionStringPostfixAppConfig
|
Default value: â (in the config file)â |
RebuildResultSchemaWaitFormText
|
Default value: âThe Field List is being populatedâ¦â |
NoXpoProviderStringId
|
Default value: âThe connection string contains no XpoProvider key or the specified key is invalid. \r\n\r\nException details:\r\n {0}â |
DatabaseConnectionExceptionStringId
|
Default value: âFailed to connect to the database. To learn more, see the exception details. \r\n\r\nException details:\r\n {0}â |
DatabaseConnectionExceptionMessage
|
Default value: âConnection name: {0}\r\n Error message:\r\n{1}\r\nâ |
WizardEmptyConnectionNameMessage
|
Default value: âThe name cannot be null, empty or contain only whitespaces.â |
WizardDataConnectionNameExistsMessage
|
Default value: âA data connection with the specified name already exists. Please specify a different connection name.â |
CustomSqlQueryValidationException
|
Default value: âA custom SQL query should contain only SELECT statements.â |
TableNotInSchemaValidationException
|
Default value: âThe schema does not contain the specified table: "{0}".â |
ColumnNullValidationException
|
Default value: âA column cannot be null.â |
UnnamedColumnValidationException
|
Default value: âThe column name is not specified.â |
DuplicatingColumnNamesValidationException
|
Default value: âA column with the following name already exists: "{0}"."{1}".â |
ColumnNotInSchemaValidationException
|
Default value: âThe schema does not contain the following column: "{0}"."{1}".â |
RelationColumnNullValidationException
|
Default value: âThe relation column cannot be null.â |
RelationColumnNotInSchemaValidationException
|
Default value: âThe schema does not contain the following relation column: "{0}"."{1}".â |
UnnamedTableValidationException
|
Default value: âThe table name is not specified.â |
DuplicatingTableNamesValidationException
|
Default value: âA table with the following name already exists: "{0}".â |
IncompleteRelationValidationException
|
Default value: âThe specified relation is incomplete: "{0}".â |
RelationTableNotSelectedValidationException
|
Default value: âThe reference table has not been selected: "{0}".â |
NoTablesValidationException
|
Default value: âThe collection of tables cannot be empty.â |
TableNullValidationException
|
Default value: âA table cannot be null.â |
NoColumnsValidationException
|
Default value: âThe following table contains no columns: "{0}".â |
RelationNullValidationException
|
Default value: âA relation cannot be null.â |
NoRelationColumnsValidationException
|
Default value: âThe specified relation does not contain key columns: "{0}".â |
CircularRelationsValidationException
|
Default value: âCircular relations have been detected.â |
TablesNotRelatedValidationException
|
Default value: âThe following tables have no relations: "{0}".â |
SortingBySameColumnTwiceValidationException
|
Default value: âThe following column is used as a sorting criterion more than once: "{0}"."{1}".â |
AggregateQueryInvalidSortingValidationException
|
Default value: âInvalid sorting column "{0}"."{1}". Results of a TableQuery containing aggregate functions can only be sorted by columns used as grouping criteria.â |
AggregationWithoutAliasValidationException
|
Default value: âAn aggregated column should have an alias.â |
GroupByAggregateColumnValidationException
|
Default value: âCannot group by an aggregate column: "{0}"."{1}".â |
PartialAggregationValidationException
|
Default value: âThe aggregation should be applied either to all of columns or to none of them.â |
SqlStringEmptyValidationException
|
Default value: âThe SQL string is null or empty.â |
StoredProcNameNullValidationException
|
Default value: âThe name of a stored procedure cannot be null.â |
StoredProcNotInSchemaValidationException
|
Default value: âCannot find the specified stored procedure: "{0}".â |
StoredProcParamCountValidationException
|
Default value: âParameter count mismatch: <{0}>, <{1}> is expected.â |
StoredProcParamNullValidationException
|
Default value: âA parameter cannot be null.â |
StoredProcParamNameValidationException
|
Default value: âParameter name mismatch: <{0}>, <{1}> is expected.â |
StoredProcParamTypeValidationException
|
Default value: âParameter type mismatch: <{0}>, <{1}> is expected.â |
StoredProcedureParameterTypeValidationException
|
Default value: âParameter â{2}â type mismatch: <{0}>, <{1}> is expected.â |
FilterByColumnOfMissingTableValidationException
|
Default value: âThere are no tables containing column [{0}], which is used in the filter string.â |
FilterByMissingInSchemaColumnValidationException
|
Default value: âColumn [{0}].[{1}] is used in the filter string, but is missing in DBSchema.â |
FilterByMissingParameterValidationException
|
|
FilterByAmbiguousColumnValidationException
|
Default value: âThe column name [{0}], which is used in the filter string, is ambiguous. Columns with this name exist in the following tables: {1}.â |
CustomExpressionWithColumnOfMissingTableValidationException
|
Default value: âThere are no tables containing column [{0}], which is used in the custom expression.â |
CustomExpressionWithMissingInSchemaColumnValidationException
|
Default value: âColumn [{0}].[{1}] is used in the custom expression, but is missing in DBSchema.â |
CustomExpressionWithMissingParameterValidationException
|
|
CustomExpressionWithAmbiguousColumnValidationException
|
Default value: âThe column name [{0}], which is used in the custom expression, is ambiguous. Columns with this name exist in the following tables: {1}.â |
HavingWithoutGroupByValidationException
|
Default value: âGroup filtering requires grouping.â |
GroupByWithoutAggregateValidationException
|
Default value: âGrouping requires at least one aggregated column.â |
SkipWithoutSortingValidationException
|
Default value: âRecords are not sorted. Please add a sorting to be able to skip first N records.â |
SkipWithoutSortingWebValidationException
|
|
TableNotSelectedValidationException
|
Default value: âThe reference table has not been selected: "{0}".â |
RelationException
|
Default value: âCannot set relation between columns â{0}â.â{1}â of type {2} and â{3}â.â{4}â of type {5}.â |
SortingNullValidationException
|
Default value: âA sorting criteria cannot be null.â |
SortByAggregateColumnValidationException
|
Default value: âCannot sort by an aggregate column: {0}({1}), because the query is not aggregated.â |
GroupNullValidationException
|
Default value: âA grouping criteria cannot be null.â |
NegativeTopSkipValidationException
|
Default value: âTop and Skip properties should be non-negative integer.â |
ExpressionNullValidationException
|
Default value: âAn expression cannot be null, either column or custom expression expected.â |
ExpressionStringNullValidationException
|
Default value: âAn expression string cannot be nullâ |
ProviderNotSupportedException
|
Default value: âThe following database provider is not supported: {0}.â |
InvalidExpressionStringValidationException
|
Default value: âCannot parse the following expression string: "{0}".â |
GatheringTypesPanelText
|
Default value: âGathering types informationâ¦â |
ParameterlessConstructor
|
Default value: âdefaultâ |
ObjectDataSourceWizard_CannotGetTypeProperties
|
Default value: âCannot get properties for this type.â |
ObjectDataSourceWizard_CannotGetPropertiesForThisMethodReturnType
|
Default value: âCannot get properties for the type returned by this method.â |
ODSWizardErrorNoDefaultCtor
|
Default value: âCannot get item properties from IListSource without default constructor.â |
ODSWizardErrorExceptionInCtor
|
Default value: âThe default constructor of an ITypedList implementation has thrown an exception.â |
ODSWizardErrorExceptionInGetItemProperties
|
Default value: âThe GetItemProperties method of an ITypedList has thrown an exception.â |
ODSWizardErrorStaticValue
|
Default value: âThe type is static and it does not have any members returning IEnumerable.â |
ODSErrorMissingMember
|
Default value: âA data member â{0}â does not exist.â |
ODSErrorInvalidMember
|
|
ParameterListNull
|
Default value: ânullâ |
ParameterListEmpty
|
Default value: ânoneâ |
MessageNonexistentQuery
|
Default value: âQuery â{0}â does not exist.â |
MessageNonexistentColumn
|
Default value: âColumn â{0}â.â{1}â does not exist.â |
QueryBuilderAliasAlreadyExists
|
Default value: âThe specified alias already exists.â |
QueryBuilderCanJoin
|
Default value: âCan join {0}â |
QueryBuilderJoinedOn
|
Default value: âJoined on {0}â |
QueryBuilderNothingSelected
|
Default value: âNo column has been selected. Please select at least one column to proceed.â |
QueryBuilderNoTablesSelected
|
Default value: âNo table has been selected. Please select at least one table to proceed.â |
QueryBuilderNoRules
|
|
QueryBuilderJoinEditorMissingData
|
Default value: âNot all parts of the expression are specified.â |
QueryBuilderInvalidFilter
|
Default value: âPlease click the âFilterâ¦â button to correct the filter string.â |
QueryBuilderNoTablesAndViews
|
Default value: âA database does not contain tables or views and does not support SQL editing. To be able to run the Query Builder, make sure that your database contains at least one table or supports SQL editing.â |
QueryBuilder_AllColumns
|
Default value: â*â |
QueryBuilder_AllTables
|
Default value: â(all tables)â |
QueryBuilder_RowCount
|
|
WizardNoEFDataContextsMessage
|
Default value: âThe selected assembly does not contain Entity Framework data contexts.â |
WizardCustomConnectionString
|
Default value: âCustom connection stringâ |
WizardAssemblyLoadingDisallowed
|
Default value: âCannot load this assembly for security reasons.â |
ExcelEncryptedFileException_PasswordRequired
|
Default value: âA password is required to open this workbook.â |
ExcelEncryptedFileException_WrongPassword
|
Default value: âThe password is not correct. Please try again.â |
ExcelEncryptedFileException_EncryptionTypeNotSupported
|
Default value: âThe protected file cannot be opened.â |
ExcelInvalidFileException_WrongFormat
|
Default value: âIncorrect file formatâ |
ExcelInvalidFileException_BIFF5Format
|
Default value: âBIFF5 (Excel 5.0/95) XLS file format is not supported.â |
ExcelInvalidFileException_CorruptedFile
|
Default value: âThe file is corrupt.â |
ExcelDataSource_SchemaLoadingText
|
Default value: âSchema loadingâ¦â |
ExcelWizard_ValueSeparator_Comma
|
Default value: âCommaâ |
ExcelWizard_ValueSeparator_Semicolon
|
Default value: âSemicolonâ |
ExcelWizard_ValueSeparator_Tab
|
Default value: âTabâ |
ExcelWizard_ValueSeparator_Space
|
Default value: âSpaceâ |
XmlFileStrategy_FileNameFilter
|
Default value: âXML Filesâ |
FileNameFilter_AllFormats
|
Default value: âAll Supported Formatsâ |
FileNameFilter_Excel
|
Default value: âExcel Workbooksâ |
FileNameFilter_CSV
|
Default value: âCSV Filesâ |
ResultRelation_ColumnNotFoundError
|
Default value: âColumn not found: â{0}â.â{1}â.â |
ExcelDataSource_FileNotFoundMessage
|
Default value: â{0}\r\nFile not found.\r\nCheck the file name and try again.â |
ExcelDataSource_WorksheetIndexNotFoundMessage
|
|
ExcelDataSource_WorksheetNotFoundMessage
|
|
ConfigureQueryPage_CustomSqlWillBeLost
|
Default value: âManual editing of custom SQL is not allowed. The current query is represented by a custom SQL query string, which will be lost if you proceed with editing the query using the Query Builder dialog. Do you want to discard the custom SQL and proceed with the Query Builder?â |
ConnectionPropertiesPage_ProviderNotSupported
|
Default value: âConnection parameters were discarded because the {0} provider is not supported. \r\nSelect one of the available data providers and specify connection parameters or close the wizard \r\nusing the Close button to undo this change.â |
DefaultNameParameter
|
Default value: âParameterâ |
InvalidPortErrorMessage
|
Default value: âInvalid port number. A port number should be between 0 and 65535 inclusive.â |
Type_Byte
|
Default value: âNon-negative number (8 bit integer)â |
Type_SByte
|
Default value: âNumber (8 bit integer)â |
Type_UInt
|
Default value: âNon-negative number (32 bit integer)â |
Type_UShort
|
Default value: âNon-negative number (16 bit integer)â |
Type_ULong
|
Default value: âNon-negative number (64 bit integer)â |
Type_Char
|
Default value: âCharâ |
Type_Object
|
Default value: âObjectâ |
Type_TimeSpan
|
|
Type_ByteArray
|
|
XmlProviderNotSupportedFeatureException
|
Default value: âNew query features are not supported in case of XML providerâ |
XmlProviderNotSupportedLabel
|
Default value: âSome of the query features are not supported for XML files.â |
ProviderNotSupportedLabel
|
|
ProviderNotSupportedFeatureExceptionHeader
|
|
ProviderNotSupportedFeatureParametersInSelect
|
|
MessageCannotLoadCustomAssembly
|
Default value: âUnable to load the {0} assembly for the {1} context. Please choose an existing external assembly and/or existing context.â |
SqlQueryExecutionException
|
Default value: âQuery {0} failed to execute.â |
SqlExecutionException
|
Default value: âError trying to execute an SQL query{0}{1}.\nError: {2}â |
SqlExecutionException_WithParameters
|
Default value: â with parameters:â |
QueriesFailedToExecute_ExceptionMessage
|
Default value: âOne or more queries have failed to execute.â |
QueriesFailedToValidate_ExceptionMessage
|
Default value: âOne or more queries have failed to validate.â |
RunExpressionEditor
|
Default value: âExpression Editorâ¦â |
ExpressionEditor_Caption
|
|
ExpressionEditor_InvalidCustomFunction
|
Default value: âInvalid function: â{0}â.â |
ExpressionEditor_NotSupportedAggregateFunction
|
Default value: âThe following aggregate function is not supported: â{0}â.â |
ExpressionEditor_InvalidColumn
|
Default value: âInvalid column: â{0}â.â |
ExpressionEditor_InvalidParameter
|
Default value: âInvalid parameter: â{0}â.â |
ExpressionEditor_InvalidExpression
|
Default value: âInvalid expression.â |
ExpressionEditor_DocumentationCategory_Functions_Tooltip
|
Default value: âfunctionâ |
ExpressionEditor_DocumentationCategory_Operators_Tooltip
|
Default value: âoperatorâ |
ExpressionEditor_DocumentationCategory_Columns_Tooltip
|
Default value: âcolumnâ |
ExpressionEditor_DocumentationCategory_Constants_Tooltip
|
Default value: âconstantâ |
ExpressionEditor_DocumentationCategory_Parameters_Tooltip
|
Default value: âparameterâ |
ExpressionEditor_DocumentationCategory_Functions
|
Default value: âFunctionsâ |
ExpressionEditor_DocumentationCategory_Operators
|
Default value: âOperatorsâ |
ExpressionEditor_DocumentationCategory_Columns
|
Default value: âColumnsâ |
ExpressionEditor_DocumentationCategory_Constants
|
Default value: âConstantsâ |
ExpressionEditor_DocumentationCategory_Parameters
|
Default value: âParametersâ |
ExpressionEditor_DocumentationCategory_Custom
|
Default value: âCustomâ |
ExpressionEditor_FunctionCategory_DateTime
|
Default value: âDateTimeâ |
ExpressionEditor_FunctionCategory_Logical
|
Default value: âLogicalâ |
ExpressionEditor_FunctionCategory_Math
|
Default value: âMathâ |
ExpressionEditor_FunctionCategory_Text
|
Default value: âStringâ |
ExpressionEditor_FunctionCategory_Aggregate
|
Default value: âAggregateâ |
ExpressionEditor_EmptyExpression
|
Default value: âThe expression string cannot be empty.â |
ExpressionEditor_DocumentationCategory_ColumnDescriptionFormat
|
Default value: âType: {0}â |
FilterEditor_TreeCreationError
|
|
UnknownType
|
Default value: âUnknownâ |
ConnectionAborted_ExceptionMessage
|
Default value: âThe connection has been cancelled.â |
ConnectionNotSpecified_ExceptionMessage
|
Default value: âNo connection has been specified.â |
ConfigureMultiQueryPage_TableCategory
|
Default value: âTablesâ |
ConfigureMultiQueryPage_ViewCategory
|
Default value: âViewsâ |
ConfigureMultiQueryPage_SpCategory
|
Default value: âStored Proceduresâ |
ConfigureMultiQueryPage_QueryCategory
|
Default value: âQueriesâ |
ConfigureMultiQueryPage_ValidateRelationError
|
Default value: âOne or more relations are invalid. \r\nTo learn about the error details, click Edit Relations.â |
GroupFilterStringEditorNoGroups
|
Default value: âGroup filtering cannot be applied to data that is not grouped. Please apply data grouping first.â |
ObjectDataSourceLoadingWarningMessage
|
Default value: âLoading the data sources referenced in this file may harm your computer. Was this file obtained from a trusted source?\r\n\r\nClick âYesâ to load the data source content as is.\r\nClick âNoâ to load only trusted data source content.â |
EFFilterControl_EmptyFilterString
|
Default value: âA filter string cannot be null.â |
MessageCannotOpenDatabase
|
Default value: âUnable to open a database.â |
MessageCannotCreateSelectStatement
|
Default value: âSelect statement creation failed.â |
MessageCannotRebuildSchema
|
Default value: âAn error occurred while rebuilding a data source schema.â |
WizardPageChooseJsonSchema_EmptySelection
|
Default value: âSelect at least one data field.â |
WizardPageChooseJsonSource_UnknownFormat
|
|
WizardPageChooseJsonSource_DataLocationMismatch
|
|
WizardPageChooseMongoDBSchema_EmptySelection
|
|
Federation_SourceNullValidationErrorMessage
|
|
Federation_RootNullValidationErrorMessage
|
|
Federation_NodeIsNotUniqueValidationErrorMessage
|
|
Federation_NodeWithoutExpressionValidationErrorMessage
|
|
Federation_NodeExpressionNameNullValidationErrorMessage
|
|
Federation_ExpressionNodeNullValidationErrorMessage
|
|
Federation_DuplicatedExpressionNamesValidationErrorMessage
|
|
Federation_ConditionColumnNotExistValidationErrorMessage
|
|
Federation_ConditionColumnMissingInTableValidationErrorMessage
|
|
Federation_ConditionAmbiguousColumnNameValidationErrorMessage
|
|
Federation_ExpressionColumnNotExistValidationErrorMessage
|
|
Federation_ExpressionColumnMissingInTableValidationErrorMessage
|
|
Federation_ExpressionAmbiguousColumnNameValidationErrorMessage
|
|
Federation_FilterColumnNotExistValidationErrorMessage
|
|
Federation_FilterColumnMissingInTableValidationErrorMessage
|
|
Federation_FilterAmbiguousColumnNameValidationErrorMessage
|
|
Federation_ColumnNotExistInTableValidationErrorMessage
|
|
Federation_ColumnTableNotExistValidationErrorMessage
|
|
Federation_EmptySourceNameErrorMessage
|
|
Federation_DuplicateSourceNameErrorMessage
|
|
Federation_NestedFederatedDataSourceErrorMessage
|
|
Federation_UnionWithNoElementsValidationErrorMessage
|
|
Federation_UnionWithDifferentNumberOfColumnsErrorMessage
|
|
Federation_UnionWithDifferentColumnTypesErrorMessage
|
|
Federation_TransformationNodeWithoutRuleValidationErrorMessage
|
|
Federation_TransformationDuplicatedColumnNamesValidationErrorMessage
|
|
Federation_ObjectCycleValidationErrorMessage
|
|
MongoDB_NoQueriesMessage
|
Default value: âNo queries.â |
MongoDB_DuplicateQueryNameMessage
|
Default value: âA query with the specified name already exists: {0}.â |
DataSourceFillExceptionMessage
|
|
IntegerDivisionValidationMessage
|
|
SchemaDiscoveryMaxItemCountExceptionMessage
|
|
MongoDB_QueryExecutionException
|
Default value: âQuery {0} failed to execute.â |
MongoDB_InvalidDatabaseName
|
Default value: âInvalid database name: â{0}â.â |
MongoDB_InvalidCollectionName
|
Default value: âInvalid collection name: â{0}â.â |
Wizard_NoDataSourcesForDataFederationMessage
|
|
LoadingPanelText
|
|
ManageQueries_QueryIsNotValid
|
|
ManageQueries_CustomSqlIsNotAllowed
|
|
ManageQueries_QueryIsNotValid_Postfix
|
|
XPObjectSource_PropertiesCollectionDoesNotContainFetch
|
|
XPObjectSource_IncorrectXmlRootElement
|
|
XPObjectSource_PropertyCannotBeFetched
|
|
XPObjectSource_ConnectionStringMissing
|
|
XPObjectSource_ConnectionStringIsEmpty
|
|
XPObjectSource_InvalidEntityTypeString
|
|
OdbcDriverDoesNotSupportOAuthErrorMessage
|
|
DataSourceProvider_MSSqlServer
|
|
DataSourceProvider_Access97
|
|
DataSourceProvider_Access2007
|
|
DataSourceProvider_MSSqlServerCE
|
|
DataSourceProvider_Oracle
|
|
DataSourceProvider_AmazonRedshift
|
|
DataSourceProvider_BigQuery
|
|
DataSourceProvider_Teradata
|
|
DataSourceProvider_Firebird
|
|
DataSourceProvider_DB2
|
|
DataSourceProvider_MySql
|
|
DataSourceProvider_Pervasive
|
|
DataSourceProvider_Postgres
|
|
DataSourceProvider_Hana
|
|
DataSourceProvider_Advantage
|
|
DataSourceProvider_Ase
|
|
DataSourceProvider_Asa
|
|
DataSourceProvider_SQLite
|
|
DataSourceProvider_VistaDB
|
|
DataSourceProvider_VistaDB5
|
|
DataSourceProvider_VistaDB6
|
|
DataSourceProvider_XMLFile
|
Remarks
For more information, refer to the Localization topic.
