Is there any library for sinhalese language in flutter localization?Get the current language in deviceWhat is the list of supported languages/locales on Android?Use flutter to create a platform neutral SDKHow to get timezone, Language and County Id in flutter by the location of device in flutter?Flutter - multiple files for screens?HTML parsing in FLUTTER for android / iOS developmentCreate Android Library on Flutter projectIs there any built in flutter library for 2D bar-code scanner?Dart files generated by swagger working on flutter platform
Why do oscilloscopes use SMPS instead of linear power supply?
Blocking people from taking pictures of me with smartphone
Does the United States guarantee any unique freedoms?
Does two puncture wounds mean venomous snake?
How to use grep to search through the --help output?
sed delete all the words before a match
How would I as a DM create a smart phone-like spell/device my players could use?
Is refreshing multiple times a test case for web applications?
Converting Piecewise function to C code
Performance of a branch and bound algorithm VS branch-cut-heuristics
In Pokémon Go, why does one of my Pikachu have an option to evolve, but another one doesn't?
Who are these characters/superheroes in the posters from Chris's room in Family Guy?
Ordering a word list
How can you evade tax by getting employment income just in equity, then using this equity as collateral to take out loan?
Can I call myself an assistant professor without a PhD?
How should an administrative assistant reply to student addressing them as "Professor" or "Doctor"?
How quickly could a country build a tall concrete wall around a city?
How do I explain to a team that the project they will work on for six months will certainly be cancelled?
Generator for parity?
Drawing complex inscribed and circumscribed polygons in TikZ
Want to draw this commutative diagram
Why does Intel's Haswell chip allow multiplication to be twice as fast as addition?
How do we avoid CI-driven development...?
Plausibility of Ice Eaters in the Arctic
Is there any library for sinhalese language in flutter localization?
Get the current language in deviceWhat is the list of supported languages/locales on Android?Use flutter to create a platform neutral SDKHow to get timezone, Language and County Id in flutter by the location of device in flutter?Flutter - multiple files for screens?HTML parsing in FLUTTER for android / iOS developmentCreate Android Library on Flutter projectIs there any built in flutter library for 2D bar-code scanner?Dart files generated by swagger working on flutter platform
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I’m developing a mobile application using flutter to be used in my country. i have to use Sinhalese language(SriLankan) font in the mobile UIs. I have searched in the Flutter Community and i was unable to find a proper solution.I want to know whether there is a flutter_localization library that can be used in my application?
flutter localization
add a comment |
I’m developing a mobile application using flutter to be used in my country. i have to use Sinhalese language(SriLankan) font in the mobile UIs. I have searched in the Flutter Community and i was unable to find a proper solution.I want to know whether there is a flutter_localization library that can be used in my application?
flutter localization
currently there is no any class available in flutter_localization library in my language (Sinhala) like yo MaterialLocalizationAr...so how can i get a solution
– Shadeeka Nimesh
Mar 27 at 6:32
add a comment |
I’m developing a mobile application using flutter to be used in my country. i have to use Sinhalese language(SriLankan) font in the mobile UIs. I have searched in the Flutter Community and i was unable to find a proper solution.I want to know whether there is a flutter_localization library that can be used in my application?
flutter localization
I’m developing a mobile application using flutter to be used in my country. i have to use Sinhalese language(SriLankan) font in the mobile UIs. I have searched in the Flutter Community and i was unable to find a proper solution.I want to know whether there is a flutter_localization library that can be used in my application?
flutter localization
flutter localization
asked Mar 27 at 6:08
Shadeeka NimeshShadeeka Nimesh
988 bronze badges
988 bronze badges
currently there is no any class available in flutter_localization library in my language (Sinhala) like yo MaterialLocalizationAr...so how can i get a solution
– Shadeeka Nimesh
Mar 27 at 6:32
add a comment |
currently there is no any class available in flutter_localization library in my language (Sinhala) like yo MaterialLocalizationAr...so how can i get a solution
– Shadeeka Nimesh
Mar 27 at 6:32
currently there is no any class available in flutter_localization library in my language (Sinhala) like yo MaterialLocalizationAr...so how can i get a solution
– Shadeeka Nimesh
Mar 27 at 6:32
currently there is no any class available in flutter_localization library in my language (Sinhala) like yo MaterialLocalizationAr...so how can i get a solution
– Shadeeka Nimesh
Mar 27 at 6:32
add a comment |
3 Answers
3
active
oldest
votes
I suggest that you use this Medium post as a guide. Although it implements Arabic and English as demonstration it will be beneficial to you since one of them is left-to-right and the other is right-to-left.
currently there is no any class available in flutter_localization library in my language like your MaterialLocalizationAr (arabic)..so i want to that solution
– Shadeeka Nimesh
Mar 27 at 6:30
I doubt you'll find anyone soon. I advise you to use the above methodology I mentioned since it doesn't depend on any underlying support, you'll just support the keywords and translations as keys in a map.
– Mazin Ibrahim
Mar 27 at 6:35
add a comment |
Yes you can use this article to integrate localisation in app.
Article it's really quick to integrate in app.
However if your language isn't supported by flutter_localizations library even though you can provide support using above class as mentioned on article.
here is snap
my language is Sinhala (Srilankan).is it not support in flutter_localizations library?..how can i use below that in my language supportedLocales: [ const Locale('en', 'US'), // English const Locale('ar', ''), // Arabic // ... other locales the app supports ],
– Shadeeka Nimesh
Mar 27 at 6:26
@ShadeekaNimesh review the edited answer
– Sanket Kachhela
Mar 27 at 7:43
add a comment |
You have to implement localization in App. I found a simple example for the same here.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370803%2fis-there-any-library-for-sinhalese-language-in-flutter-localization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I suggest that you use this Medium post as a guide. Although it implements Arabic and English as demonstration it will be beneficial to you since one of them is left-to-right and the other is right-to-left.
currently there is no any class available in flutter_localization library in my language like your MaterialLocalizationAr (arabic)..so i want to that solution
– Shadeeka Nimesh
Mar 27 at 6:30
I doubt you'll find anyone soon. I advise you to use the above methodology I mentioned since it doesn't depend on any underlying support, you'll just support the keywords and translations as keys in a map.
– Mazin Ibrahim
Mar 27 at 6:35
add a comment |
I suggest that you use this Medium post as a guide. Although it implements Arabic and English as demonstration it will be beneficial to you since one of them is left-to-right and the other is right-to-left.
currently there is no any class available in flutter_localization library in my language like your MaterialLocalizationAr (arabic)..so i want to that solution
– Shadeeka Nimesh
Mar 27 at 6:30
I doubt you'll find anyone soon. I advise you to use the above methodology I mentioned since it doesn't depend on any underlying support, you'll just support the keywords and translations as keys in a map.
– Mazin Ibrahim
Mar 27 at 6:35
add a comment |
I suggest that you use this Medium post as a guide. Although it implements Arabic and English as demonstration it will be beneficial to you since one of them is left-to-right and the other is right-to-left.
I suggest that you use this Medium post as a guide. Although it implements Arabic and English as demonstration it will be beneficial to you since one of them is left-to-right and the other is right-to-left.
answered Mar 27 at 6:14
Mazin IbrahimMazin Ibrahim
2,0962 gold badges10 silver badges20 bronze badges
2,0962 gold badges10 silver badges20 bronze badges
currently there is no any class available in flutter_localization library in my language like your MaterialLocalizationAr (arabic)..so i want to that solution
– Shadeeka Nimesh
Mar 27 at 6:30
I doubt you'll find anyone soon. I advise you to use the above methodology I mentioned since it doesn't depend on any underlying support, you'll just support the keywords and translations as keys in a map.
– Mazin Ibrahim
Mar 27 at 6:35
add a comment |
currently there is no any class available in flutter_localization library in my language like your MaterialLocalizationAr (arabic)..so i want to that solution
– Shadeeka Nimesh
Mar 27 at 6:30
I doubt you'll find anyone soon. I advise you to use the above methodology I mentioned since it doesn't depend on any underlying support, you'll just support the keywords and translations as keys in a map.
– Mazin Ibrahim
Mar 27 at 6:35
currently there is no any class available in flutter_localization library in my language like your MaterialLocalizationAr (arabic)..so i want to that solution
– Shadeeka Nimesh
Mar 27 at 6:30
currently there is no any class available in flutter_localization library in my language like your MaterialLocalizationAr (arabic)..so i want to that solution
– Shadeeka Nimesh
Mar 27 at 6:30
I doubt you'll find anyone soon. I advise you to use the above methodology I mentioned since it doesn't depend on any underlying support, you'll just support the keywords and translations as keys in a map.
– Mazin Ibrahim
Mar 27 at 6:35
I doubt you'll find anyone soon. I advise you to use the above methodology I mentioned since it doesn't depend on any underlying support, you'll just support the keywords and translations as keys in a map.
– Mazin Ibrahim
Mar 27 at 6:35
add a comment |
Yes you can use this article to integrate localisation in app.
Article it's really quick to integrate in app.
However if your language isn't supported by flutter_localizations library even though you can provide support using above class as mentioned on article.
here is snap
my language is Sinhala (Srilankan).is it not support in flutter_localizations library?..how can i use below that in my language supportedLocales: [ const Locale('en', 'US'), // English const Locale('ar', ''), // Arabic // ... other locales the app supports ],
– Shadeeka Nimesh
Mar 27 at 6:26
@ShadeekaNimesh review the edited answer
– Sanket Kachhela
Mar 27 at 7:43
add a comment |
Yes you can use this article to integrate localisation in app.
Article it's really quick to integrate in app.
However if your language isn't supported by flutter_localizations library even though you can provide support using above class as mentioned on article.
here is snap
my language is Sinhala (Srilankan).is it not support in flutter_localizations library?..how can i use below that in my language supportedLocales: [ const Locale('en', 'US'), // English const Locale('ar', ''), // Arabic // ... other locales the app supports ],
– Shadeeka Nimesh
Mar 27 at 6:26
@ShadeekaNimesh review the edited answer
– Sanket Kachhela
Mar 27 at 7:43
add a comment |
Yes you can use this article to integrate localisation in app.
Article it's really quick to integrate in app.
However if your language isn't supported by flutter_localizations library even though you can provide support using above class as mentioned on article.
here is snap
Yes you can use this article to integrate localisation in app.
Article it's really quick to integrate in app.
However if your language isn't supported by flutter_localizations library even though you can provide support using above class as mentioned on article.
here is snap
edited Mar 27 at 7:43
answered Mar 27 at 6:15
Sanket KachhelaSanket Kachhela
9,4317 gold badges38 silver badges69 bronze badges
9,4317 gold badges38 silver badges69 bronze badges
my language is Sinhala (Srilankan).is it not support in flutter_localizations library?..how can i use below that in my language supportedLocales: [ const Locale('en', 'US'), // English const Locale('ar', ''), // Arabic // ... other locales the app supports ],
– Shadeeka Nimesh
Mar 27 at 6:26
@ShadeekaNimesh review the edited answer
– Sanket Kachhela
Mar 27 at 7:43
add a comment |
my language is Sinhala (Srilankan).is it not support in flutter_localizations library?..how can i use below that in my language supportedLocales: [ const Locale('en', 'US'), // English const Locale('ar', ''), // Arabic // ... other locales the app supports ],
– Shadeeka Nimesh
Mar 27 at 6:26
@ShadeekaNimesh review the edited answer
– Sanket Kachhela
Mar 27 at 7:43
my language is Sinhala (Srilankan).is it not support in flutter_localizations library?..how can i use below that in my language supportedLocales: [ const Locale('en', 'US'), // English const Locale('ar', ''), // Arabic // ... other locales the app supports ],
– Shadeeka Nimesh
Mar 27 at 6:26
my language is Sinhala (Srilankan).is it not support in flutter_localizations library?..how can i use below that in my language supportedLocales: [ const Locale('en', 'US'), // English const Locale('ar', ''), // Arabic // ... other locales the app supports ],
– Shadeeka Nimesh
Mar 27 at 6:26
@ShadeekaNimesh review the edited answer
– Sanket Kachhela
Mar 27 at 7:43
@ShadeekaNimesh review the edited answer
– Sanket Kachhela
Mar 27 at 7:43
add a comment |
You have to implement localization in App. I found a simple example for the same here.
add a comment |
You have to implement localization in App. I found a simple example for the same here.
add a comment |
You have to implement localization in App. I found a simple example for the same here.
You have to implement localization in App. I found a simple example for the same here.
answered Mar 27 at 7:44
SunilSunil
6238 silver badges15 bronze badges
6238 silver badges15 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370803%2fis-there-any-library-for-sinhalese-language-in-flutter-localization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
currently there is no any class available in flutter_localization library in my language (Sinhala) like yo MaterialLocalizationAr...so how can i get a solution
– Shadeeka Nimesh
Mar 27 at 6:32