|
1 жил өмнө | |
---|---|---|
.. | ||
Localization | 1 жил өмнө | |
LocalizationSampleExtension.cs | 1 жил өмнө | |
Program.cs | 1 жил өмнө | |
README.md | 1 жил өмнө | |
Sample2_LocalizationSample.csproj | 1 жил өмнө | |
extension.json | 1 жил өмнө |
This sample shows how to create translations for you extension and how to use it in your extension.
Localization data is automatically loaded from the Localization
folder in
your project, make sure to copy it to output directory with
<ItemGroup>
<Content Include="Localization\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>