зеркало из https://github.com/mono/mail-archives.git
164 строки
7.9 KiB
HTML
164 строки
7.9 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [mono-android] Problems localizing monodroid app
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:monodroid%40lists.ximian.com?Subject=%5Bmono-android%5D%20Problems%20localizing%20monodroid%20app&In-Reply-To=CACWcBbnOozZsE1WKfX6vkmiYu2sF2-OSrz8vZOQ3wXeVRA16VQ%40mail.gmail.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="007428.html">
|
||
|
<LINK REL="Next" HREF="007434.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[mono-android] Problems localizing monodroid app</H1>
|
||
|
<B>Igor Russkih</B>
|
||
|
<A HREF="mailto:monodroid%40lists.ximian.com?Subject=%5Bmono-android%5D%20Problems%20localizing%20monodroid%20app&In-Reply-To=CACWcBbnOozZsE1WKfX6vkmiYu2sF2-OSrz8vZOQ3wXeVRA16VQ%40mail.gmail.com"
|
||
|
TITLE="[mono-android] Problems localizing monodroid app">irusskih at gmail.com
|
||
|
</A><BR>
|
||
|
<I>Fri Dec 2 08:27:55 EST 2011</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="007428.html">[mono-android] Problems localizing monodroid app
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="007434.html">[mono-android] Problems localizing monodroid app
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#7433">[ date ]</a>
|
||
|
<a href="thread.html#7433">[ thread ]</a>
|
||
|
<a href="subject.html#7433">[ subject ]</a>
|
||
|
<a href="author.html#7433">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>In my app I've created the translator which converts original language
|
||
|
files into android's string.xml format. Works nicely.
|
||
|
|
||
|
Igor
|
||
|
|
||
|
|
||
|
On Fri, Dec 2, 2011 at 2:36 PM, Tomasz Cielecki <<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">tomasz at ostebaronen.dk</A>>wrote:
|
||
|
|
||
|
><i> Yes but if you want to share localization code between apps that is
|
||
|
</I>><i> not a nice solution.
|
||
|
</I>><i>
|
||
|
</I>><i> On Fri, Dec 2, 2011 at 11:08 AM, Emiel Metselaar <<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">edmetselaar at gmail.com</A>>
|
||
|
</I>><i> wrote:
|
||
|
</I>><i> > I am localising by placing my strings.xml under Values and Values-nl,
|
||
|
</I>><i> this
|
||
|
</I>><i> > works.
|
||
|
</I>><i> >
|
||
|
</I>><i> >
|
||
|
</I>><i> > On Fri, Dec 2, 2011 at 10:15 AM, Tomasz Cielecki <<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">tomasz at ostebaronen.dk</A>>
|
||
|
</I>><i> > wrote:
|
||
|
</I>><i> >>
|
||
|
</I>><i> >> It is supposed to be available since Mono for Android 1.0.1, though I
|
||
|
</I>><i> >> am not sure if you have to use their template. You can try make one
|
||
|
</I>><i> >> from the Mono for Android template and see if that works.
|
||
|
</I>><i> >>
|
||
|
</I>><i> >> On Fri, Dec 2, 2011 at 10:01 AM, warren burch <<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">warrenburch at gmail.com</A>>
|
||
|
</I>><i> >> wrote:
|
||
|
</I>><i> >> > My app is localized using the standard .NET RESX methods (ie.
|
||
|
</I>><i> >> > String.fr.resx,
|
||
|
</I>><i> >> > Strings.de.resx etc.) works great under Windows Phone.
|
||
|
</I>><i> >> >
|
||
|
</I>><i> >> > I am porting to Android using MonoDroid and I do not see the localized
|
||
|
</I>><i> >> > UI
|
||
|
</I>><i> >> > when I switch locales on the phone. If I rename the APK file to ZIP
|
||
|
</I>><i> and
|
||
|
</I>><i> >> > open
|
||
|
</I>><i> >> > it I see that it has not packaged up the locale DLLs produced during
|
||
|
</I>><i> the
|
||
|
</I>><i> >> > build (ie. the intermediate \.Resources.dll files are under the bin
|
||
|
</I>><i> >> > directory but are not packaged into the APK).
|
||
|
</I>><i> >> >
|
||
|
</I>><i> >> > What am I missing? I have tried changing the build action on the RESX
|
||
|
</I>><i> >> > files
|
||
|
</I>><i> >> > from "Embedded Resource" to "Android Resource" and even "Android
|
||
|
</I>><i> Asset"
|
||
|
</I>><i> >> > but
|
||
|
</I>><i> >> > to no avail.
|
||
|
</I>><i> >> >
|
||
|
</I>><i> >> > Thanks in advance for any help!
|
||
|
</I>><i> >> >
|
||
|
</I>><i> >> > Cheers Warren
|
||
|
</I>><i> >> >
|
||
|
</I>><i> >> >
|
||
|
</I>><i> >> > --
|
||
|
</I>><i> >> > View this message in context:
|
||
|
</I>><i> >> >
|
||
|
</I>><i> <A HREF="http://mono-for-android.1047100.n5.nabble.com/Problems-localizing-monodroid-app-tp5041118p5041118.html">http://mono-for-android.1047100.n5.nabble.com/Problems-localizing-monodroid-app-tp5041118p5041118.html</A>
|
||
|
</I>><i> >> > Sent from the Mono for Android mailing list archive at Nabble.com.
|
||
|
</I>><i> >> > _______________________________________________
|
||
|
</I>><i> >> > Monodroid mailing list
|
||
|
</I>><i> >> > <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
|
||
|
</I>><i> >> >
|
||
|
</I>><i> >> > UNSUBSCRIBE INFORMATION:
|
||
|
</I>><i> >> > <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
|
||
|
</I>><i> >>
|
||
|
</I>><i> >>
|
||
|
</I>><i> >>
|
||
|
</I>><i> >> --
|
||
|
</I>><i> >> Med Venlig Hilsen / With Best Regards
|
||
|
</I>><i> >> Tomasz Cielecki
|
||
|
</I>><i> >> <A HREF="http://ostebaronen.dk">http://ostebaronen.dk</A>
|
||
|
</I>><i> >> _______________________________________________
|
||
|
</I>><i> >> Monodroid mailing list
|
||
|
</I>><i> >> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
|
||
|
</I>><i> >>
|
||
|
</I>><i> >> UNSUBSCRIBE INFORMATION:
|
||
|
</I>><i> >> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
|
||
|
</I>><i> >
|
||
|
</I>><i> >
|
||
|
</I>><i> >
|
||
|
</I>><i> > _______________________________________________
|
||
|
</I>><i> > Monodroid mailing list
|
||
|
</I>><i> > <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
|
||
|
</I>><i> >
|
||
|
</I>><i> > UNSUBSCRIBE INFORMATION:
|
||
|
</I>><i> > <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
|
||
|
</I>><i> >
|
||
|
</I>><i>
|
||
|
</I>><i>
|
||
|
</I>><i>
|
||
|
</I>><i> --
|
||
|
</I>><i> Med Venlig Hilsen / With Best Regards
|
||
|
</I>><i> Tomasz Cielecki
|
||
|
</I>><i> <A HREF="http://ostebaronen.dk">http://ostebaronen.dk</A>
|
||
|
</I>><i> _______________________________________________
|
||
|
</I>><i> Monodroid mailing list
|
||
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
|
||
|
</I>><i>
|
||
|
</I>><i> UNSUBSCRIBE INFORMATION:
|
||
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
|
||
|
</I>><i>
|
||
|
</I>-------------- next part --------------
|
||
|
An HTML attachment was scrubbed...
|
||
|
URL: <A HREF="http://lists.ximian.com/pipermail/monodroid/attachments/20111202/13ba50f2/attachment.html">http://lists.ximian.com/pipermail/monodroid/attachments/20111202/13ba50f2/attachment.html</A>
|
||
|
</PRE>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="007428.html">[mono-android] Problems localizing monodroid app
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="007434.html">[mono-android] Problems localizing monodroid app
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#7433">[ date ]</a>
|
||
|
<a href="thread.html#7433">[ thread ]</a>
|
||
|
<a href="subject.html#7433">[ subject ]</a>
|
||
|
<a href="author.html#7433">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/monodroid">More information about the Monodroid
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|