You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Muhammad Fahmi Rasyid edited this page Apr 3, 2020
·
2 revisions
Installation
To use this framework. add nuget package:
Install-Package Rasyidf.Localization
Then register the the services on App.cs
publicpartialclassApp:Application{protectedoverridevoidOnStartup(StartupEventArgse){base.OnStartup(e);// set the language packs folder and default languageLocalizationService.Current.Initialize("Assets","en-US");}
...}