IStringLocalizerFactory.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Create(Type) |
Creates an IStringLocalizer using the Assembly and FullName of the specified Type. |
Create(String, String) |
Creates an IStringLocalizer. |
Create(Type)
- Source:
- IStringLocalizerFactory.cs
- Source:
- IStringLocalizerFactory.cs
- Source:
- IStringLocalizerFactory.cs
- Source:
- IStringLocalizerFactory.cs
- Source:
- IStringLocalizerFactory.cs
Creates an IStringLocalizer using the Assembly and FullName of the specified Type.
public:
Microsoft::Extensions::Localization::IStringLocalizer ^ Create(Type ^ resourceSource);
public Microsoft.Extensions.Localization.IStringLocalizer Create (Type resourceSource);
abstract member Create : Type -> Microsoft.Extensions.Localization.IStringLocalizer
Public Function Create (resourceSource As Type) As IStringLocalizer
Parameters
Returns
The IStringLocalizer.
Applies to
Create(String, String)
- Source:
- IStringLocalizerFactory.cs
- Source:
- IStringLocalizerFactory.cs
- Source:
- IStringLocalizerFactory.cs
- Source:
- IStringLocalizerFactory.cs
- Source:
- IStringLocalizerFactory.cs
Creates an IStringLocalizer.
public:
Microsoft::Extensions::Localization::IStringLocalizer ^ Create(System::String ^ baseName, System::String ^ location);
public Microsoft.Extensions.Localization.IStringLocalizer Create (string baseName, string location);
abstract member Create : string * string -> Microsoft.Extensions.Localization.IStringLocalizer
Public Function Create (baseName As String, location As String) As IStringLocalizer
Parameters
- baseName
- String
The base name of the resource to load strings from.
- location
- String
The location to load resources from.
Returns
The IStringLocalizer.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา