Localization in MVVM cross not working in xamarin iOS [closed] - c#

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 11 months ago.
Improve this question
I used the following URL to implement localization in my application. It is using [MVVMCross framework in xamarin.
https://mobileprogrammerblog.wordpress.com/2017/12/30/mvvm-cross-with-xamarin-platform-resx-localization/
However, the application is not working for iOS. I followed the exact approach. The code works fine for android part. It is able to read AppResources.en.resx in iOS however it isn't able to read AppResources.es.resx file. When i change my device language to Spanish, it is taking the string of AppResources.en.resx and also not taking AppResources.resx(The default one)! You can follow the steps given in the link to reproduce the issue.
Is there anything I am missing out or doing wrong. Please let me know!

It was because the language was set to english in the info.plist. That's why it couldn't take the other languages. Thank you!

I would recommend use https://www.mvvmcross.com/documentation/plugins/jsonlocalisation instead of that ResxLocalization plugin which has so many issues while implementation specially with latest mvvmcross version
use below example to understand the json localization implemented here
https://github.com/MvvmCross/MvvmCross-Samples/tree/master/Babel
If anyone need any help let me know have implemented it for Xamarin native android project

Related

What is C#.net meaning in conjuction with terms like Javascript, HTML5, CSS etc? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I recently got an offer for a traineeship for C#.NET. However before being allowed in the traineeship I need to make a small program which displays my programming skills in "C#.net". I don't know what to do now. I've downloaded visual studio 2015 and when I open it I see lots of stuff like console application/windows application etc and even .asp.net applications for web.
In the traineeship document terms are used like " Object Oriƫntated, Object Orientated Analysis and Design, UML, Database Design, SQL, XML, Scrum, Javascript, HTML5 CSS3, jQuery, Ajax, Design Pattern (MVC) and WCF.
I don't have a clue where to start! If they wanted ASP websites they could've explicated this right? Should I make them a keygen music mp3 player in a console application? Srs please help. I got 1 week for this.
Usually when asked to perform such task with as vague description as possible, the recruiters want to see your creativity and general knowledge of the technology. You don't have write another Windows system, so it's entirely up to you on what you decide to write. Just make sure it will work and it will follow general coding guidelines and it should be okay :)
I'm sure this is not the place to ask that question. You better go get some tutorials and try to walk your first steps on C# and .NET. As Keran said, the recruiters just want to know your programming and knowledge level of .NET.
Microsoft Virtual Academy is a good place to start.
Have fun!

How to Fix "undefined" Methods in the Kinect for Windows v1.8.0 Samples provided in the Developer Toolkit [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
I recently got my hands on a kinect for windows, downloaded the SDK 1.8.0, the developer toolkit, and visual studio 2013. I am trying to develop software for the kinect using c#. When exploring the developer toolkit, I noticed that some of the examples they provided would not run properly. The following picture is a screenshot of the Background Removal Sample that they provide. I clicked install and then opened the project in visual studio and those are the errors that the program picks up. I have not modified the code at all so I am unsure why their sample is wrong. Hopefully I am just missing a downloaded plug in. All help is appreciated as I dont know where else to turn (Microsoft hasn't been any help)
Thanks!!
EDIT: Here's a closeup on the error box
missing using directive or assembly reference would be enough. Learn about references for projects in VS, find which one is missing and add it.
Probably you have to fix reference to some sdk library because you have it in another directory than it was present for developer who created the sample.
In solution explorer you have solutions and there are References check if there is something with exclamation mark, or search on msdn for class that is causing the issue in which library it is present. Then you can find library in sdk and set correct path to it.

How can I get a better understanding of web app development using C# & MVC3/4? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I've tried jumping from iOS development straight into web development but I am having a VERY difficult time.
First off, I DO have a very basic understanding of HTML, SQL, OO programming, MVC, PHP, etc.
I am also capable of creating a basic C# console application.
What I don't understand as at all (PLEASE bear with me) is where the files go. Where and how do I upload the files to a server? I don't even really have a full understanding of how the project runs locally... where is the C# held and how is the HTML dished out to the browser? How does the C# get executed? I've searched and searched for tutorials but they all seem to assume you have already done this type of stuff. Is it so easy that I'm over complicating it?
I need a tutorial that walks me through the entire process. Not just a piece of it. I want to create a web application, test it locally, AND upload it to a production server (that I have at home or that is hosted else where)
To learn MVC try first steps from this site: http://www.asp.net/mvc
Atleast, most part of main mvc things are explained there. Materials are presented in video and text variants. Just install VisualStudio and make your first MVC application from the existing template.
For CSS/HTML will help this sites:
CSS => www.w3schools.com/css/
HTML => www.w3schools.com/html/
For Asp.net refer below link.
http://www.asp.net/get-started
For c#:
http://csharp-station.com/Tutorial/CSharp/Lesson01
You can also refer other site like - codeproject.com
It contains a lot of basic article to get started.
And During the development phase if you stuck somewhere then we (stackoverflow community) are here to answer your question. :)
Best of luck.

Need an advanced RichTextBox which is just the same as Microsoft Word uses [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
First of all, I've searched like all the forums in internet and haven't found my ideal answer, SO before you mark it as duplicate question plz read the question.
We're creating an application which contains a simple visual studio RichTextBox.
The problem is it's too simple for our application and we need an advanced one!
So we tried some advanced components such as Telerik, DevComponents and ComponentOne enhanced RichTextBoxes,
But they don't seem to be our ideal control! and we REALLY need a RichTextBox which be just the same as the one Microsoft Word uses it.
For example: The Righ-To-Left capability for some languages like hebrew and arabic, creating tables, and an approperiate Paste function was some of the lacks which are in those components.
So we're desperately asking for your suggestion about an advanced RichTextBox component that offers just the same capabilities as the one Microsoft office uses and we'd appreciate your help.
EDIT:
I solved my problem by using EDOffice Viewer Component
Anyways, by closing this Question, you just ignored what u couldn't answer. n u could just admit that u weren't expert enough to answer this!
You can use microsoft word itself in your application. You can embed word document itself on the windows form, but required word to be installed in all the PCs where your application is running.
The other solution is, you can browser control. You can use jQuery and any jQuery rich textbox plugins which suits your needs.
Hey Go through the Given link RichTextBox Demo
It's so Simple to integarte with your Application,If you are using Web based application.
The links contain Source code also.
Cheers

Are there any real-world SharpKit Applications? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
We're evaluating SharpKit as a possible technology to write an AJAX application, as we already have much C# code that we believe will work well after translating to JavaScript.
We're aware of ScriptSharp and other related technologies - there are many Stack Overflow threads about them, and this question is specifically about SharpKit only.
We have several concerns, hence are looking for real world experiences with SharpKit. In particular:
The one app built using SharpKit is the coderun IDE. While impressive, it is just one app, and a closed source one at that.
There are apparently no good app-sized sample projects built on SharpKit.
The SharpKit documentation is extremely poor - no in-depth conceptual overviews or tutorials, just a few 5 minute videos and a class library. (When will toolkit vendors learn that a generated class reference maketh not a user guide?)
There is no forum - so we can't determine how much this toolkit is actually being used. For all we know, this is a barely supported project written by three guys. What has your support experience been like?
There is no phone contact or support - which again raises a red flag regarding support.
Please don't respond with ScriptSharp or other information - we're just trying to evaluate SharpKit here.
Check out DesktopBrowser, an open-source project that uses SharpKit.
See #1
There's also an MSDN style reference for all internal and external libraries, you can find it here.
Check out 'SharpKit Support' forum at google groups.
Contacting support is initially done by email at support#sharpkit.net.
Cheers

Categories