Abp: How to enable Localization

Created on 10 Nov 2019  路  6Comments  路  Source: abpframework/abp

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.

question

All 6 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wakuflair picture wakuflair  路  3Comments

hitaspdotnet picture hitaspdotnet  路  3Comments

hikalkan picture hikalkan  路  3Comments

hikalkan picture hikalkan  路  3Comments

ChangYinShung picture ChangYinShung  路  3Comments