Hi.
I create a sample project from abp.io document.
but localization doesn't work for me.
where am I doing wrong?
please fix document in "Creating A Localization Resource" section.
"VirtualFileSystemOptions" most be "AbpVirtualFileSystemOptions"
Thank you.
@yekalkan can you help to @raminmjj please?
I found the problem.
in options.FileSets.AddEmbedded<MyAppModule>(), the namespace must be specified. like this:
options.FileSets.AddEmbedded<MyAppModule>("BasicAspNetCoreApplication");
*please fix localization's document.
thanks for your grate work.
we also need to update the documentation.
https://github.com/abpframework/abp/pull/1631#issuecomment-521527627
I will update the docs. Thanks.
Add a description to the localization document.
https://github.com/abpframework/abp/commit/f4c8efceb2ebaa3330ed0804a82945a310501d89#diff-f53ab683a53c59943d88ca6c389957d5R52